Interface IToolStripExSupport
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public interface IToolStripExSupport
Properties
CaptionHeight
Declaration
int CaptionHeight { get; }
Property Value
Type |
---|
System.Int32 |
GroupedButtons
Declaration
bool GroupedButtons { get; }
Property Value
Type |
---|
System.Boolean |
LauncherSelected
Declaration
bool LauncherSelected { get; }
Property Value
Type |
---|
System.Boolean |
ShowCaption
Declaration
bool ShowCaption { get; }
Property Value
Type |
---|
System.Boolean |
ShowLauncher
Declaration
bool ShowLauncher { get; }
Property Value
Type |
---|
System.Boolean |