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


In This Topic
    CommandLayout Property
    In This Topic
    Gets/sets the current layout to be applied on commands.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the current layout to be applied on commands.")>
    Public Overridable Property CommandLayout As CommandLayout
    'Usage
     
    
    Dim instance As NCommandParent
    Dim value As CommandLayout
     
    instance.CommandLayout = value
     
    value = instance.CommandLayout
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Description("Gets/sets the current layout to be applied on commands.")]
    public virtual CommandLayout CommandLayout {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