Interface IStyleRenderer
The IStyleRenderer interface.
Assembly: Syncfusion.Tools.Windows.dll
public interface IStyleRenderer
Properties
Declaration
Property Value
Declaration
Rectangle CaptionBounds { get; }
Property Value
Type |
System.Drawing.Rectangle |
Declaration
int CaptionWidth { get; }
Property Value
Declaration
Rectangle ControlBounds { get; set; }
Property Value
Type |
System.Drawing.Rectangle |
Declaration
bool IsMirrored { get; set; }
Property Value
Declaration
int ThickBorderWidth { get; }
Property Value
Declaration
int ThinBorderWidth { get; }
Property Value
Methods
Declaration
int GetHighlightedButtonIndex()
Returns
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 PaintAutoHidePanels(Graphics g, Rectangle rectangle, AutoHideSide side)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
g |
|
System.Drawing.Rectangle |
rectangle |
|
AutoHideSide |
side |
|
Declaration
void PaintDockedControl(Graphics g, Rectangle rectangle, PaintDockControlArgs args)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
g |
|
System.Drawing.Rectangle |
rectangle |
|
PaintDockControlArgs |
args |
|
Declaration
void PaintSplitter(Graphics g, Rectangle rectangle, Orientation orientation)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
g |
|
System.Drawing.Rectangle |
rectangle |
|
System.Windows.Forms.Orientation |
orientation |
|
Declaration
Returns
Declaration
void RefreshOffice2007Theme(Office2007Theme newTheme)
Parameters
Declaration
void RefreshOffice2010Theme(Office2010Theme newTheme)
Parameters
Declaration
void RefreshPaintInfo(Rectangle rectangle, PaintDockControlArgs args)
Parameters
Declaration
void ResetCaptionButtonsIndices()