'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;}