Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuCommandItem Class / Sector Property

In This Topic
    Sector Property (RadialMenuCommandItem)
    In This Topic
    Gets or sets the sector index. A value of -1 means that the item is unordered using this property.
    Syntax
    'Declaration
     
    
    Public Overridable Property Sector As Integer
    public virtual int Sector {get; set;}
    See Also