'Declaration
<System.ComponentModel.DescriptionAttribute("Gets the collection of command contexts for the framework.")> <System.ComponentModel.CategoryAttribute("Nevron.CommandBarsManager")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Overrides ReadOnly Property Contexts As NCommandContextCollection
'Usage
Dim instance As NDiagramCommandBarsManager Dim value As NCommandContextCollection value = instance.Contexts
[System.ComponentModel.Description("Gets the collection of command contexts for the framework.")] [System.ComponentModel.Category("Nevron.CommandBarsManager")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public override NCommandContextCollection Contexts {get;}