Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.ToolStrips Namespace / C1EditorToolStripSplitButton Class / Checked Property

In This Topic
    Checked Property (C1EditorToolStripSplitButton)
    In This Topic
    Gets or sets a value indicating whether the button is in the checked state.
    Syntax
    'Declaration
     
    Public Property Checked As System.Boolean
    public System.bool Checked {get; set;}
    See Also