'Declaration
<System.ComponentModel.DefaultValueAttribute(-1)> <System.ComponentModel.DescriptionAttribute("Gets/sets the default command range id for the toolbar. When such a range is specified the "Reset" method will populate all the commands from that range.")> Public Property DefaultRangeID As System.Integer
'Usage
Dim instance As NCommandParent Dim value As System.Integer instance.DefaultRangeID = value value = instance.DefaultRangeID
[System.ComponentModel.DefaultValue(-1)] [System.ComponentModel.Description("Gets/sets the default command range id for the toolbar. When such a range is specified the "Reset" method will populate all the commands from that range.")] public System.int DefaultRangeID {get; set;}