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

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