SplitButton.HasDropDown Property
Gets a value indicating whether the SplitButton control has a drop-down list.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Protected ReadOnly Property HasDropDown As Boolean
Get
'Usage
Dim value As Boolean
value = Me.HasDropDown
protected bool HasDropDown { get; }
protected:
property bool HasDropDown {
bool get ();
}
member HasDropDown : bool
function get HasDropDown () : boolean
Property Value
Type: System.Boolean
true if the control has a drop-down list; otherwise, false.