Property | Type | Description | |
---|---|---|---|
CreateToolStripRenderer | System.Windows.Forms.ToolStripRenderer | ||
GetResolvedPalette | IPalette | ||
KryptonResetCounters | void | ||
OnBaseChanged | void | ||
OnGlobalPaletteChanged | void | ||
OnUserPreferenceChanged | void | ||
PerformNeedPaint | void | ||
RecalculateComposition | void | ||
SendSysCommand | void | ||
SendSysCommand | void | ||
SetPalette | void | ||
ShouldSerializePaletteMode | bool | ||
UpdateComposition | void | ||
VisualForm | System |
Method | Description | |
---|---|---|
InvalidateNonClient ( ) : void |
Request the non-client area be repainted.
|
|
RecalcNonClient ( ) : void |
Request the non-client area be recalculated.
|
|
RedrawNonClient ( ) : void |
Request the non-client area be repainted.
|
|
ResetPalette ( ) : void |
Resets the Palette property to its default value.
|
|
ResetPaletteMode ( ) : void |
Resets the PaletteMode property to its default value.
|
|
WindowChromeCompositionLayout ( |
Perform layout on behalf of the composition element using our root element.
|
|
WindowChromeCompositionPaint ( |
Perform painting on behalf of the composition element using our root element.
|
Method | Description | |
---|---|---|
CreateRedirector ( ) : |
Create the redirector instance.
|
|
Dispose ( bool disposing ) : void |
Releases all resources used by the Control.
|
|
InvalidateNonClient ( |
Request the non-client area be repainted.
|
|
InvalidateNonClient ( |
Request the non-client area be repainted.
|
|
OnActivated ( |
Raises the Activated event.
|
|
OnAllowFormChromeChanged ( object sender, |
Occurs when the AllowFormChromeChanged event is fired for the current palette.
|
|
OnApplyCustomChromeChanged ( |
Raises the ApplyCustomChrome event.
|
|
OnButtonSpecChanged ( object sender, |
Processes a notification from palette storage of a button spec change.
|
|
OnCompWM_NCHITTEST ( |
Process the WM_NCHITTEST message when overriding window chrome.
|
|
OnDeactivate ( |
Raises the Deactivate event.
|
|
OnHandleCreated ( |
Raises the HandleCreated event.
|
|
OnNeedPaint ( object sender, |
Processes a notification from palette storage of a paint and optional layout required.
|
|
OnNonClientPaint ( |
Perform chrome window painting in the non-client areas.
|
|
OnPaintBackground ( PaintEventArgs e ) : void |
Raises the PaintBackground event.
|
|
OnPaintNonClient ( |
Process a windows message that requires the non client area be repainted.
|
|
OnPaletteChanged ( |
Raises the PaletteChanged event.
|
|
OnResize ( |
Raises the Resize event.
|
|
OnShown ( |
Raises the Shown event.
|
|
OnWM_LBUTTONUP ( |
Process the WM_LBUTTONUP message when overriding window chrome.
|
|
OnWM_MOUSEMOVE ( |
Process the OnWM_MOUSEMOVE message when overriding window chrome.
|
|
OnWM_NCACTIVATE ( |
Process the WM_NCACTIVATE message when overriding window chrome.
|
|
OnWM_NCCALCSIZE ( |
Process the WM_NCCALCSIZE message when overriding window chrome.
|
|
OnWM_NCHITTEST ( |
Process the WM_NCHITTEST message when overriding window chrome.
|
|
OnWM_NCLBUTTONDBLCLK ( |
Process the WM_NCLBUTTONDBLCLK message when overriding window chrome.
|
|
OnWM_NCLBUTTONDOWN ( |
Process the WM_NCLBUTTONDOWN message when overriding window chrome.
|
|
OnWM_NCLBUTTONUP ( |
Process the WM_LBUTTONUP message when overriding window chrome.
|
|
OnWM_NCMOUSELEAVE ( |
Process the WM_NCMOUSELEAVE message when overriding window chrome.
|
|
OnWM_NCMOUSEMOVE ( |
Process the WM_NCMOUSEMOVE message when overriding window chrome.
|
|
OnWM_NCPAINT ( |
Process the WM_NCPAINT message when overriding window chrome.
|
|
OnWindowActiveChanged ( ) : void |
Called when the active state of the window changes.
|
|
ResumePaint ( ) : void |
Resume processing of non-client painting.
|
|
ScreenToWindow ( Point screenPt ) : Point |
Convert a screen location to a window location.
|
|
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void |
Performs the work of setting the specified bounds of this control.
|
|
StartCapture ( ViewBase element ) : void |
Start capturing mouse input for a particular element that is inside the chrome.
|
|
SuspendPaint ( ) : void |
Suspend processing of non-client painting.
|
|
WindowChromeEnd ( ) : void |
Perform cleanup when custom chrome ending.
|
|
WindowChromeHitTest ( Point pt, bool composition ) : |
Perform hit testing.
|
|
WindowChromeLeftMouseDown ( Point pt ) : bool |
Process the left mouse down event.
|
|
WindowChromeLeftMouseUp ( Point pt ) : bool |
Process the left mouse up event.
|
|
WindowChromeMouseLeave ( ) : void |
Perform mouse leave processing.
|
|
WindowChromeNonClientMouseMove ( Point pt ) : void |
Perform non-client mouse movement processing.
|
|
WindowChromePaint ( |
Perform painting of the window chrome.
|
|
WindowChromeStart ( ) : void |
Perform setup for custom chrome.
|
|
WndProc ( |
Process Windows-based messages.
|
Method | Description | |
---|---|---|
CreateToolStripRenderer ( ) : System.Windows.Forms.ToolStripRenderer | ||
GetResolvedPalette ( ) : IPalette | ||
KryptonResetCounters ( ) : void | ||
OnBaseChanged ( object sender, |
||
OnGlobalPaletteChanged ( object sender, |
||
OnUserPreferenceChanged ( object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e ) : void | ||
PerformNeedPaint ( bool needLayout ) : void | ||
RecalculateComposition ( ) : void | ||
SendSysCommand ( int sysCommand ) : void | ||
SendSysCommand ( int sysCommand, |
||
SetPalette ( IPalette palette ) : void | ||
ShouldSerializePaletteMode ( ) : bool | ||
UpdateComposition ( ) : void | ||
VisualForm ( ) : System |
protected CreateRedirector ( ) : |
||
return |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
protected InvalidateNonClient ( |
||
invalidRect | Area to invalidate. | |
return | void |
protected InvalidateNonClient ( |
||
invalidRect | Area to invalidate. | |
excludeClientArea | bool | Should client area be excluded. |
return | void |
protected OnActivated ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnAllowFormChromeChanged ( object sender, |
||
sender | object | Source of the event. |
e | An EventArgs containing the event data. | |
return | void |
protected OnApplyCustomChromeChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnButtonSpecChanged ( object sender, |
||
sender | object | Source of notification. |
e | An EventArgs containing event data. | |
return | void |
protected OnCompWM_NCHITTEST ( |
||
m | A Windows-based message. | |
return | bool |
protected OnDeactivate ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnHandleCreated ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnNeedPaint ( object sender, |
||
sender | object | Source of notification. |
e | An NeedLayoutEventArgs containing event data. | |
return | void |
protected OnNonClientPaint ( |
||
hWnd | Window handle of window being painted. | |
return | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs containing event data. |
return | void |
protected OnPaintNonClient ( |
||
m | A Windows-based message. | |
return | bool |
protected OnPaletteChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnResize ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnShown ( |
||
e | An EventArgs containing event data. | |
return | void |
protected OnWM_LBUTTONUP ( |
||
m | A Windows-based message. | |
return | bool |
protected OnWM_MOUSEMOVE ( |
||
m | A Windows-based message. | |
return | bool |
protected OnWM_NCACTIVATE ( |
||
m | A Windows-based message. | |
return | bool |
protected OnWM_NCCALCSIZE ( |
||
m | A Windows-based message. | |
return | bool |
protected OnWM_NCHITTEST ( |
||
m | A Windows-based message. | |
return | bool |
protected OnWM_NCLBUTTONDBLCLK ( |
||
m | A Windows-based message. | |
return | bool |
protected OnWM_NCLBUTTONDOWN ( |
||
m | A Windows-based message. | |
return | bool |
protected OnWM_NCLBUTTONUP ( |
||
m | A Windows-based message. | |
return | bool |
protected OnWM_NCMOUSELEAVE ( |
||
m | A Windows-based message. | |
return | bool |
protected OnWM_NCMOUSEMOVE ( |
||
m | A Windows-based message. | |
return | bool |
protected OnWM_NCPAINT ( |
||
m | A Windows-based message. | |
return | bool |
protected ScreenToWindow ( Point screenPt ) : Point | ||
screenPt | Point | Screen point. |
return | Point |
protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void | ||
x | int | The new Left property value of the control. |
y | int | The new Top property value of the control. |
width | int | The new Width property value of the control. |
height | int | The new Height property value of the control. |
specified | BoundsSpecified | A bitwise combination of the BoundsSpecified values. |
return | void |
protected StartCapture ( ViewBase element ) : void | ||
element | ViewBase | Target element for the capture events. |
return | void |
public WindowChromeCompositionLayout ( |
||
context | Layout context. | |
compRect | Rectangle for composition element. | |
return | void |
public WindowChromeCompositionPaint ( |
||
context | Rendering context. | |
return | void |
protected WindowChromeHitTest ( Point pt, bool composition ) : |
||
pt | Point | Point in window coordinates. |
composition | bool | Are we performing composition. |
return |
protected WindowChromeLeftMouseDown ( Point pt ) : bool | ||
pt | Point | Window coordinate of the mouse up. |
return | bool |
protected WindowChromeLeftMouseUp ( Point pt ) : bool | ||
pt | Point | Window coordinate of the mouse up. |
return | bool |
protected WindowChromeNonClientMouseMove ( Point pt ) : void | ||
pt | Point | Point in window coordinates. |
return | void |
protected WindowChromePaint ( |
||
g | Graphics instance to use for drawing. | |
bounds | Bounds enclosing the window chrome. | |
return | void |
protected WndProc ( |
||
m | A Windows-based message. | |
return | void |