PanelBarCollapseExpandEventArgs
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.NavigationControls
Class CollapseExpandEventArgs. This class cannot be inherited.
public sealed class PanelBarCollapseExpandEventArgs : EventArgs
Inherits from / implements: EventArgs
Members at a glance
IsExpanded | Gets or sets a value indicating whether the BinaryPanelBar control instance is in collapsed or expanded state. |
Properties
IsExpanded
public bool IsExpanded
Gets or sets a value indicating whether the BinaryPanelBar control instance is in collapsed or expanded state.
Value. true if this instance is in expanded mode; otherwise, false .