ComponentOne Basic Library for WPF and Silverlight
ShowButton Property (C1DropDown)


C1.Silverlight Namespace > C1DropDown Class : ShowButton Property
Gets/sets if the aSystem.Windows.Controls.Primitives.ToggleButton is shown.
Syntax
'Declaration
 
Public Property ShowButton As System.Boolean
'Usage
 
Dim instance As C1DropDown
Dim value As System.Boolean
 
instance.ShowButton = value
 
value = instance.ShowButton
public System.bool ShowButton {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members