コード例 #1
0
 private void ccDataDecoder_HideCaption(object sender, CaptionEventArgs e)
 {
     this.ccDataLayout.Children.Remove(e.WindowRef);
 }
コード例 #2
0
 private void ccDataDecoder_ShowCaption(object sender, CaptionEventArgs e)
 {
     this.ccDataLayout.Children.Add(e.WindowRef);
 }
コード例 #3
0
 private void panel1_CaptionButtonClicked(object sender, CaptionEventArgs e)
 {
     MessageBox.Show("My caption button...");
 }