Class CaptionLabel
Advanced caption label for Metro form
Inheritance
System.Object
CaptionLabel
Assembly: Syncfusion.Shared.Base.dll
public class CaptionLabel : Object
Constructors
constructor for CaptionLabel
Declaration
constructor for CaptionLabel
Declaration
public CaptionLabel(Color color)
Parameters
| Type |
Name |
Description |
| System.Drawing.Color |
color |
|
Properties
Gets/Sets the value for label backcolor
Declaration
public Color BackColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Gets/Sets the value for label font.
Declaration
public Font Font { get; set; }
Property Value
Gets or Sets the Forecolor of the CaptionLabel.
Declaration
public Color ForeColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Gets/Sets the value for label location
Declaration
public Point Location { get; set; }
Property Value
| Type |
| System.Drawing.Point |
Gets or Sets the instance label name
Declaration
public string Name { get; set; }
Property Value
Gets/Sets the value for label size
Declaration
public Size Size { get; set; }
Property Value
Text
Gets/Sets the value for Label text
Declaration
public string Text { get; set; }
Property Value
Methods
Declaration
public void add_LabelMouseDown(CaptionLabel.MouseDown value)
Parameters
Declaration
public void add_LabelMouseEnter(CaptionLabel.MouseEnter value)
Parameters
Declaration
public void add_LabelMouseLeave(CaptionLabel.MouseLeave value)
Parameters
Declaration
public void add_LabelMouseMove(CaptionLabel.MouseMove value)
Parameters
Declaration
public void add_LabelMouseUp(CaptionLabel.MouseUp value)
Parameters
Declaration
public void remove_LabelMouseDown(CaptionLabel.MouseDown value)
Parameters
Declaration
public void remove_LabelMouseEnter(CaptionLabel.MouseEnter value)
Parameters
Declaration
public void remove_LabelMouseLeave(CaptionLabel.MouseLeave value)
Parameters
Declaration
public void remove_LabelMouseMove(CaptionLabel.MouseMove value)
Parameters
Declaration
public void remove_LabelMouseUp(CaptionLabel.MouseUp value)
Parameters
Specifies the owner of the label
Declaration
public void SetOwner(Form value)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.Form |
value |
|
Events
Mouse down event for CaptionLabel
Declaration
public event CaptionLabel.MouseDown LabelMouseDown
Event Type
Mouse enter event for CaptionLabel
Declaration
public event CaptionLabel.MouseEnter LabelMouseEnter
Event Type
Mouse leave event for CaptionLabel
Declaration
public event CaptionLabel.MouseLeave LabelMouseLeave
Event Type
Mouse move event for CaptionLabel
Declaration
public event CaptionLabel.MouseMove LabelMouseMove
Event Type
Mouse up event for CaptionLabel
Declaration
public event CaptionLabel.MouseUp LabelMouseUp
Event Type