示例#1
0
 public static bool IsExpanded(this GroupBox gb)
 {
     return(gb.GetDockedContainer().Height > _collapsedHeight);
 }