Interface IControlStyleLayout
The IControlStyleLayout interface.
Assembly: Syncfusion.Tools.Windows.dll
public interface IControlStyleLayout
Properties
Declaration
int ActiveButtonIndex { get; }
Property Value
Declaration
Property Value
Declaration
Rectangle CaptionBounds { get; }
Property Value
Type |
System.Drawing.Rectangle |
Declaration
bool CaptionEnabled { get; set; }
Property Value
Declaration
Orientation CaptionOrientation { get; set; }
Property Value
Type |
System.Windows.Forms.Orientation |
Declaration
int CaptionWidth { get; }
Property Value
Declaration
Rectangle ControlBounds { get; set; }
Property Value
Type |
System.Drawing.Rectangle |
Declaration
bool Floating { get; set; }
Property Value
Declaration
Rectangle ImageBounds { get; }
Property Value
Type |
System.Drawing.Rectangle |
Declaration
bool ImageEnabled { get; set; }
Property Value
Declaration
bool IsMirrored { get; set; }
Property Value
Declaration
int OuterBorderWidth { get; set; }
Property Value
Declaration
int PushedButtonIndex { get; }
Property Value
Declaration
CaptionButtonOptionsTable Table { get; set; }
Property Value
TextBounds
Declaration
Rectangle TextBounds { get; }
Property Value
Type |
System.Drawing.Rectangle |
TextRectHeight
Declaration
int TextRectHeight { get; set; }
Property Value
Declaration
Rectangle ThickBorderCaptionBounds { get; }
Property Value
Type |
System.Drawing.Rectangle |
Declaration
int ThickBorderWidth { get; }
Property Value
Declaration
Rectangle ThinBorderCaptionBounds { get; }
Property Value
Type |
System.Drawing.Rectangle |
Declaration
int ThinBorderWidth { get; }
Property Value
Methods
Declaration
Rectangle GetButtonBounds(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
System.Drawing.Rectangle |
Declaration
Rectangle GetButtonImageBounds()
Returns
Type |
System.Drawing.Rectangle |
Declaration
CaptionButton GetHitButton()
Returns
Declaration
Returns
Declaration
HitTestArea HitTest(MouseButtons button, Point point)
Parameters
Type |
Name |
Description |
System.Windows.Forms.MouseButtons |
button |
|
System.Drawing.Point |
point |
|
Returns
Declaration
void ResetCaptionButtonIndices()