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

In This Topic
    ImageButton Property
    In This Topic
    Gets ClickableElementStyle containing display attributes that determine the general appearance of the ImageButton elements on the screen.
    Syntax
    'Declaration
     
    
    Public Property ImageButton As ClickableElementStyle
    public ClickableElementStyle ImageButton {get; set;}
    See Also