'Declaration
<System.ComponentModel.DescriptionAttribute("Gets the commands to be displayed by the drop-down menu.")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> Public Overridable ReadOnly Property Commands As NCommandCollection
'Usage
Dim instance As NOptionButton Dim value As NCommandCollection value = instance.Commands
[System.ComponentModel.Description("Gets the commands to be displayed by the drop-down menu.")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public virtual NCommandCollection Commands {get;}