Property | Type | Description | |
---|---|---|---|
ClipToBoundsChanged | void | ||
Control_KeyDown | void | ||
Control_KeyPress | void | ||
Control_KeyUp | void | ||
DisposeBackBuffer | void | ||
FindFocusable | |||
GetBestNavigationHost | |||
IsFocusable | bool | ||
OnWindowlessUnhandledKeyDown | void | ||
PaintChildrenChanged | void | ||
PaintSelfChanged | void | ||
PrepareBackBuffer | void | ||
PrepareDirtyRegion | void | ||
WindowlessInvalidate | void | ||
WindowlessPaintHost | void |
Method | Description | |
---|---|---|
FindFocusedControl ( |
||
FormlessGotFocus ( ) : void | ||
FormlessKeyDown ( |
||
FormlessLostFocus ( ) : void | ||
InvokeClick ( ) : void | ||
OnWindowlessPaint ( |
||
Refresh ( ) : void | ||
WindowlessBringIntoView ( IWindowlessControl control ) : void | ||
WindowlessHookCommonControlKeyEvents ( |
||
WindowlessInvalidate ( ) : void | ||
WindowlessInvalidate ( IWindowlessControl sender ) : void | ||
WindowlessPaint ( |
Method | Description | |
---|---|---|
GetEdgeDistance ( int primary1, int secondary1, int dimension1, int primary2, int secondary2, int dimension2, bool positiveDirection ) : long | ||
GetNavigationSourceRectangle ( ) : |
||
OnClick ( |
||
OnDoubleClick ( |
||
OnGotFocus ( |
||
OnKeyDown ( |
||
OnKeyPress ( |
||
OnKeyUp ( |
||
OnLostFocus ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs e ) : void | ||
OnWindowlessClick ( |
||
OnWindowlessDoubleClick ( |
||
OnWindowlessGotFocus ( |
||
OnWindowlessKeyDown ( |
||
OnWindowlessKeyPress ( |
||
OnWindowlessKeyUp ( |
||
OnWindowlessLostFocus ( |
||
OnWindowlessMouseDown ( |
||
OnWindowlessMouseFocus ( |
||
OnWindowlessMouseMove ( |
||
OnWindowlessMouseUp ( |
||
OnWindowlessNavigate ( |
||
OnWindowlessNavigatingTo ( |
||
OnWindowlessPaint ( |
||
ScoreDistance ( long distance, bool positiveDirection ) : ulong |
Method | Description | |
---|---|---|
ClipToBoundsChanged ( object sender, |
||
Control_KeyDown ( object sender, |
||
Control_KeyPress ( object sender, |
||
Control_KeyUp ( object sender, |
||
DisposeBackBuffer ( ) : void | ||
FindFocusable ( |
||
GetBestNavigationHost ( |
||
IsFocusable ( |
||
OnWindowlessUnhandledKeyDown ( |
If a key down event is unhandled, this will attempt to handle it by navigating or scrolling.
|
|
PaintChildrenChanged ( object sender, |
||
PaintSelfChanged ( object sender, |
||
PrepareBackBuffer ( |
||
PrepareDirtyRegion ( ) : void | ||
WindowlessInvalidate ( |
||
WindowlessPaintHost ( IWindowlessControl control, |
public static FindFocusedControl ( |
||
control | ||
return |
public FormlessKeyDown ( |
||
e | ||
return | void |
protected static GetEdgeDistance ( int primary1, int secondary1, int dimension1, int primary2, int secondary2, int dimension2, bool positiveDirection ) : long | ||
primary1 | int | |
secondary1 | int | |
dimension1 | int | |
primary2 | int | |
secondary2 | int | |
dimension2 | int | |
positiveDirection | bool | |
return | long |
protected GetNavigationSourceRectangle ( ) : |
||
return |
protected OnDoubleClick ( |
||
e | ||
return | void |
protected OnGotFocus ( |
||
e | ||
return | void |
protected OnKeyDown ( |
||
e | ||
return | void |
protected OnKeyPress ( |
||
e | ||
return | void |
protected OnKeyUp ( |
||
e | ||
return | void |
protected OnLostFocus ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnWindowlessClick ( |
||
sender | ||
e | ||
return | void |
protected OnWindowlessDoubleClick ( |
||
sender | ||
e | ||
return | void |
protected OnWindowlessGotFocus ( |
||
sender | ||
e | ||
return | void |
protected OnWindowlessKeyDown ( |
||
sender | ||
e | ||
return | void |
protected OnWindowlessKeyPress ( |
||
sender | ||
e | ||
return | void |
protected OnWindowlessKeyUp ( |
||
sender | ||
e | ||
return | void |
protected OnWindowlessLostFocus ( |
||
sender | ||
e | ||
return | void |
protected OnWindowlessMouseDown ( |
||
sender | ||
e | ||
return | void |
protected OnWindowlessMouseFocus ( |
||
sender | ||
e | MouseEventArgs | |
return | void |
protected OnWindowlessMouseMove ( |
||
sender | ||
e | ||
return | void |
protected OnWindowlessMouseUp ( |
||
sender | ||
e | ||
return | void |
protected OnWindowlessNavigate ( |
||
sender | ||
e | ||
return | void |
protected OnWindowlessNavigatingTo ( |
||
sender | ||
e | ||
return | void |
protected OnWindowlessPaint ( |
||
sender | ||
graphics | ||
origin | Point | |
clipRectangle | ||
return | void |
public OnWindowlessPaint ( |
||
e | ||
return | void |
protected static ScoreDistance ( long distance, bool positiveDirection ) : ulong | ||
distance | long | |
positiveDirection | bool | |
return | ulong |
public static WindowlessBringIntoView ( IWindowlessControl control ) : void | ||
control | IWindowlessControl | |
return | void |
public static WindowlessHookCommonControlKeyEvents ( |
||
form | ||
return | void |
public static WindowlessInvalidate ( IWindowlessControl sender ) : void | ||
sender | IWindowlessControl | |
return | void |
public WindowlessPaint ( |
||
graphics | ||
origin | Point | |
clipRectangle | ||
return | void |