ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DropDown Class / ShowButton Property

In This Topic
    ShowButton Property
    In This Topic
    Gets/sets if the aWindows.UI.Xaml.Controls.Primitives.ToggleButton is shown.
    Syntax
    'Declaration
     
    Public Property ShowButton As System.Boolean
    public System.bool ShowButton {get; set;}
    See Also