Class OfficeSplitButton
ToolStripSplitButton for MenuDropDown.
Inheritance
System.Object
OfficeSplitButton
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class OfficeSplitButton : ToolStripSplitButton
Constructors
OfficeSplitButton()
Constructor of the OfficeSplitButton
Declaration
public OfficeSplitButton()
Properties
DropDownFont
Gets or sets font for DropDown caption.
Declaration
public Font DropDownFont { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
DropDownLocation
Get DropDown location as TopLeft corner of AuxPanel.
Declaration
protected override Point DropDownLocation { get; }
Property Value
Type |
---|
System.Drawing.Point |
DropDownText
Gets or sets caption for DropDown.
Declaration
public string DropDownText { get; set; }
Property Value
Type |
---|
System.String |
Methods
CreateDefaultDropDown()
Base ToolStripDropDown creating replaced.
Declaration
protected override ToolStripDropDown CreateDefaultDropDown()
Returns
Type | Description |
---|---|
System.Windows.Forms.ToolStripDropDown | New instance of DropDownEx. |
OnDropDownOpened(EventArgs)
Declaration
protected override void OnDropDownOpened(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnLayout(LayoutEventArgs)
Declaration
protected override void OnLayout(LayoutEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.LayoutEventArgs | e |
OnMouseEnter(EventArgs)
Declaration
protected override void OnMouseEnter(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnMouseLeave(EventArgs)
Declaration
protected override void OnMouseLeave(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs mea)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.MouseEventArgs | mea |