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