Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1ContextMenu Class / ImageBarWidth Property

In This Topic
    ImageBarWidth Property (C1ContextMenu)
    In This Topic
    Gets or sets the width of the image/checkbox bar in the menu. If set to 0, the width is calculated automatically.
    Syntax
    'Declaration
     
    
    Public Property ImageBarWidth As Integer
    public int ImageBarWidth {get; set;}
    See Also