'Declaration
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <System.ComponentModel.DescriptionAttribute("Gets the NCommandCollection for the NContextMenu.")> Public ReadOnly Property Commands As NCommandCollection
'Usage
Dim instance As NContextMenu Dim value As NCommandCollection value = instance.Commands
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [System.ComponentModel.Description("Gets the NCommandCollection for the NContextMenu.")] public NCommandCollection Commands {get;}