ToolStripSplitButton.DropDownButtonPressed Property

Definition

Gets a value indicating whether the drop-down portion of the ToolStripSplitButton is in the pressed state.

public:
 property bool DropDownButtonPressed { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool DropDownButtonPressed { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DropDownButtonPressed : bool
Public ReadOnly Property DropDownButtonPressed As Boolean

Property Value

true if the drop-down portion of the ToolStripSplitButton is in the pressed state; otherwise, false.

Attributes

Applies to