ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Styles Namespace / ButtonsStyle Class / CheckBox Property

In This Topic
    CheckBox Property
    In This Topic
    画面内の CheckBox 要素の通常状態の外観を決定する表示属性を含む ClickableElementStyle を取得します。
    Syntax
    'Declaration
     
    
    Public Property CheckBox As ClickableElementStyle
    public ClickableElementStyle CheckBox {get; set;}
    See Also