Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NPopupNotify Class / OptionsCommands Property


In This Topic
    OptionsCommands Property
    In This Topic
    Gets the collection of options commands.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <System.ComponentModel.DescriptionAttribute("Gets the collection of options commands.")>
    Public ReadOnly Property OptionsCommands As NCommandCollection
    'Usage
     
    
    Dim instance As NPopupNotify
    Dim value As NCommandCollection
     
    value = instance.OptionsCommands
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [System.ComponentModel.Description("Gets the collection of options commands.")]
    public NCommandCollection OptionsCommands {get;}
    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