Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandParent Class / DefaultRangeID Property


In This Topic
    DefaultRangeID Property
    In This Topic
    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.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also