Exemple #1
0
 /// <summary>
 /// Get the current state of this group from the underlying control
 /// </summary>
 protected GroupState GetState()
 {
     return(NativeMethods.GetGroupState(this.ListView, this.GroupId, GroupState.LVGS_ALL));
 }