'Declaration
Public Property IsDefaultBehavior As Boolean
'Usage
Dim instance As DropDownButtonInfo Dim value As Boolean instance.IsDefaultBehavior = value value = instance.IsDefaultBehavior
public bool IsDefaultBehavior {get; set;}
Property Value
true if this button controls the default drop-down behavior; otherwise, false.The default is true.