예제 #1
0
 public override bool IsVisible(FormState formState)
 {
     formState.ExpandHeader();
     return(base.IsVisible(formState));
 }