Indicates if the SmartMenuBar will take charge of the caption control
buttons when hosted in a MDI container form.
'Declaration
<DescriptionAttribute("Indicates if the SmartMenuBar will take charge of the caption control buttons in a MDI container form.")>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Property HandleMdiControlButtons As Boolean
'Usage
Dim instance As SmartMenuBar
Dim value As Boolean
instance.HandleMdiControlButtons = value
value = instance.HandleMdiControlButtons
[Description("Indicates if the SmartMenuBar will take charge of the caption control buttons in a MDI container form.")]
[Category("Behavior")]
[DefaultValue()]
public bool HandleMdiControlButtons {get; set;}
Property Value
true if the SmartMenuBar will handle the MDI control buttons;
false otherwise.
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