ComponentOne Menus and Toolbars for WinForms
C1.Win.Command.8 Assembly / C1.Win.Command Namespace / RadialMenuItem Class / SectorCount Property

In This Topic
    SectorCount Property (RadialMenuItem)
    In This Topic
    Gets or sets a value indicating the number of sectors in the item. If sector count is greater then menu items count, remaining sectors are shown as an empty space. If the number of sectors is less than the number of menu items, then only as many items as specified in this property are shown A value of -1 means that the number of sectors is equal to the number of items.
    Syntax
    'Declaration
     
    Public Overrides Property SectorCount As System.Integer
    public override System.int SectorCount {get; set;}
    Remarks
    This value should be a positive number or -1.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also