Nevron .NET Vision
Nevron.UI.ToolStrips Namespace / NDropDownCommand Class / DropDownDirection Property


In This Topic
    DropDownDirection Property (NDropDownCommand)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property DropDownDirection As DropDownDirection
    'Usage
     
    
    Dim instance As NDropDownCommand
    Dim value As DropDownDirection
     
    instance.DropDownDirection = value
     
    value = instance.DropDownDirection
    public virtual DropDownDirection DropDownDirection {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