ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command Namespace / RadialMenuItemUncheckEventArgs Class
Properties


In This Topic
    RadialMenuItemUncheckEventArgs Class Members
    In This Topic

    The following tables list the members exposed by RadialMenuItemUncheckEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the RadialMenuItemUncheckEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertyIf the unchecked item was a C1CommandLink, returns that link; otherwise, returns null.  
    Public PropertyGets the item that was unchecked. This may be either an object of a type derived from RadialMenuItemBase, or a C1CommandLink.  
    Public PropertyIf the unchecked item was a RadialMenuItem, returns that item; otherwise, returns null.  
    Top
    See Also