'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;}