Nevron.UI.WinForm.Controls Namespace / NOptionButton Class / DropLocation Property


In This Topic
    DropLocation Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.DefaultValueAttribute(Nevron.UI.WinForm.Controls.DropLocation, "Bottom")>
    Public Property DropLocation As DropLocation
    'Usage
     
    
    Dim instance As NOptionButton
    Dim value As DropLocation
     
    instance.DropLocation = value
     
    value = instance.DropLocation
    [System.ComponentModel.Browsable(true)]
    [System.ComponentModel.DefaultValue(Nevron.UI.WinForm.Controls.DropLocation, "Bottom")]
    public DropLocation DropLocation {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