Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NListBoxProperties Class / HorizontalExtent Property


In This Topic
    HorizontalExtent Property (NListBoxProperties)
    In This Topic
    Gets/sets the width by which the horizontal scrollbar of a NListBox can scroll.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(0)>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the width by which the horizontal scrollbar of a NListBox can scroll.")>
    Public Property HorizontalExtent As System.Integer
    'Usage
     
    
    Dim instance As NListBoxProperties
    Dim value As System.Integer
     
    instance.HorizontalExtent = value
     
    value = instance.HorizontalExtent
    [System.ComponentModel.DefaultValue(0)]
    [System.ComponentModel.Description("Gets/sets the width by which the horizontal scrollbar of a NListBox can scroll.")]
    public System.int HorizontalExtent {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