Class MdiDropDownButton
Inheritance
System.Object
MdiDropDownButton
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class MdiDropDownButton
Constructors
MdiDropDownButton()
Declaration
public MdiDropDownButton()
Properties
Bounds
Gets button bounds.
Declaration
public Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
IsHighlighted
Gets button highlighted state.
Declaration
public bool IsHighlighted { get; }
Property Value
Type |
---|
System.Boolean |
IsPressed
Indicates if button is pressed.
Declaration
public bool IsPressed { get; }
Property Value
Type |
---|
System.Boolean |
IsPushed
Gets or sets button pushed state.
Declaration
public bool IsPushed { get; set; }
Property Value
Type |
---|
System.Boolean |
IsScrollNeeded
Gets or sets if scroll need mode is active of button.
Declaration
public bool IsScrollNeeded { get; set; }
Property Value
Type |
---|
System.Boolean |
IsVerticalAlignment
Gets a value indicating whether the tabAlignment is set to right or left.
Declaration
public bool IsVerticalAlignment { get; }
Property Value
Type |
---|
System.Boolean |
Location
Gets location of a button.
Declaration
public Point Location { get; }
Property Value
Type |
---|
System.Drawing.Point |
MDITabPanel
Gets or sets an instance of MDITabPanel.
Declaration
public MDITabPanel MDITabPanel { get; set; }
Property Value
Type |
---|
MDITabPanel |
RightToLeft
Gets or sets if button location is right to left.
Declaration
public bool RightToLeft { get; set; }
Property Value
Type |
---|
System.Boolean |
Size
Gets size of a button.
Declaration
public Size Size { get; }
Property Value
Type |
---|
System.Drawing.Size |
TabAlignment
Gets or sets a tab control alignment.
Declaration
public TabAlignment TabAlignment { get; set; }
Property Value
Type |
---|
System.Windows.Forms.TabAlignment |
Methods
Layout(Rectangle)
Recalculate position and size of button.
Declaration
public void Layout(Rectangle pClientRect)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Rectangle | pClientRect |
OnClick()
Declaration
protected virtual void OnClick()
Events
Click
Declaration
public event EventHandler Click
Event Type
Type |
---|
System.EventHandler |