프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AttachGlobalEvents | void | ||
CheckPerformLayout | void | ||
CreateToolStripRenderer | System.Windows.Forms.ToolStripRenderer | ||
GetResolvedPalette | IPalette | ||
GetViewManager | |||
KryptonResetCounters | void | ||
OnBaseChanged | void | ||
OnContextMenuClosed | void | ||
OnContextMenuStripOpening | void | ||
OnKryptonContextMenuDisposed | void | ||
OnPerformLayout | void | ||
OnPerformRefresh | void | ||
PaintTransparentBackground | void | ||
PerformNeedPaint | void | ||
SetPalette | void | ||
ShouldSerializePaletteMode | bool | ||
UnattachGlobalEvents | void |
메소드 | 설명 | |
---|---|---|
ResetPalette ( ) : void |
Resets the Palette property to its default value.
|
|
ResetPaletteMode ( ) : void |
Resets the PaletteMode property to its default value.
|
|
ViewFromPoint ( Point pt ) : ViewBase |
Gets the view associated with the provided client location.
|
메소드 | 설명 | |
---|---|---|
CanProcessMnemonic ( ) : bool |
Gets a value indicating is processing of mnemonics should be allowed.
|
|
ContextMenuClosed ( ) : void |
Called when a context menu has just been closed.
|
|
CreateRedirector ( ) : |
Create the redirector instance.
|
|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
EvalTransparentPaint ( ) : bool |
Work out if this control needs to paint transparent areas.
|
|
ForceViewLayout ( ) : bool |
Force the control to perform a krypton layout to calculate size and positioning.
|
|
InvokeLayout ( ) : void |
Request a layout be performed before any painting occurs.
|
|
MarkLayoutDirty ( ) : void |
Mark the layout as being dirty and needing to be performed.
|
|
OnButtonSpecChanged ( object sender, |
Processes a notification from palette storage of a button spec change.
|
|
OnDoubleClick ( |
Raises the DoubleClick event.
|
|
OnGlobalPaletteChanged ( object sender, |
Occurs when the global palette has been changed.
|
|
OnGotFocus ( |
Raises the GotFocus event.
|
|
OnKeyDown ( |
Raises the KeyDown event.
|
|
OnKeyPress ( |
Raises the KeyPress event.
|
|
OnKeyUp ( |
Raises the KeyUp event.
|
|
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void |
Raises the Layout event.
|
|
OnLostFocus ( |
Raises the LostFocus event.
|
|
OnMouseDown ( MouseEventArgs e ) : void |
Raises the MouseDown event.
|
|
OnMouseLeave ( |
Raises the MouseLeave event.
|
|
OnMouseMove ( MouseEventArgs e ) : void |
Raises the MouseMove event.
|
|
OnMouseUp ( MouseEventArgs e ) : void |
Raises the MouseUp event.
|
|
OnNeedPaint ( object sender, |
Processes a notification from palette storage of a paint and optional layout required.
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the Paint event.
|
|
OnPaletteChanged ( |
Raises the PaletteChanged event.
|
|
OnPaletteNeedPaint ( object sender, |
Processes a notification from palette of a paint and optional layout required.
|
|
OnRightToLeftChanged ( |
Raises the RightToLeftChanged event.
|
|
OnUserPreferenceChanged ( object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e ) : void |
Occurs when a user preference has changed.
|
|
PaintBackground ( |
Perform background painting with the provided default values.
|
|
ProcessCmdKey ( |
Processes a command key.
|
|
UpdateGlobalEvents ( bool attach ) : void |
Update global event attachments.
|
|
VisualControlBase ( ) : System |
Initialize a new instance of the VisualControl class.
|
|
WndProc ( |
Process Windows-based messages.
|
메소드 | 설명 | |
---|---|---|
AttachGlobalEvents ( ) : void | ||
CheckPerformLayout ( ) : void | ||
CreateToolStripRenderer ( ) : System.Windows.Forms.ToolStripRenderer | ||
GetResolvedPalette ( ) : IPalette | ||
GetViewManager ( ) : |
||
KryptonResetCounters ( ) : void | ||
OnBaseChanged ( object sender, |
||
OnContextMenuClosed ( object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void | ||
OnContextMenuStripOpening ( object sender, CancelEventArgs e ) : void | ||
OnKryptonContextMenuDisposed ( object sender, |
||
OnPerformLayout ( ) : void | ||
OnPerformRefresh ( ) : void | ||
PaintTransparentBackground ( PaintEventArgs e ) : void | ||
PerformNeedPaint ( bool needLayout ) : void | ||
SetPalette ( IPalette palette ) : void | ||
ShouldSerializePaletteMode ( ) : bool | ||
UnattachGlobalEvents ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
protected OnButtonSpecChanged ( object sender, |
||
sender | object | Source of notification. |
e | An EventArgs containing event data. | |
리턴 | void |
protected OnDoubleClick ( |
||
e | A KeyEventArgs that contains the event data. | |
리턴 | void |
protected OnGlobalPaletteChanged ( object sender, |
||
sender | object | Source of the event. |
e | An EventArgs that contains the event data. | |
리턴 | void |
protected OnGotFocus ( |
||
e | An EventArgs that contains the event data. | |
리턴 | void |
protected OnKeyDown ( |
||
e | A KeyEventArgs that contains the event data. | |
리턴 | void |
protected OnKeyPress ( |
||
e | A KeyPressEventArgs that contains the event data. | |
리턴 | void |
protected OnKeyUp ( |
||
e | A KeyEventArgs that contains the event data. | |
리턴 | void |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | A LayoutEventArgs that contains the event data. |
리턴 | void |
protected OnLostFocus ( |
||
e | An EventArgs that contains the event data. | |
리턴 | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data. |
리턴 | void |
protected OnMouseLeave ( |
||
e | An EventArgs that contains the event data. | |
리턴 | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data. |
리턴 | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data. |
리턴 | void |
protected OnNeedPaint ( object sender, |
||
sender | object | Source of notification. |
e | An NeedLayoutEventArgs containing event data. | |
리턴 | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs that contains the event data. |
리턴 | void |
protected OnPaletteChanged ( |
||
e | An EventArgs containing the event data. | |
리턴 | void |
protected OnPaletteNeedPaint ( object sender, |
||
sender | object | Source of notification. |
e | An NeedLayoutEventArgs containing event data. | |
리턴 | void |
protected OnRightToLeftChanged ( |
||
e | An EventArgs containing event data. | |
리턴 | void |
protected OnUserPreferenceChanged ( object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e ) : void | ||
sender | object | Source of the event. |
e | Microsoft.Win32.UserPreferenceChangedEventArgs | Event details. |
리턴 | void |
protected PaintBackground ( |
||
g | Graphics reference for drawing. | |
backBrush | Brush to use when painting. | |
backRect | Client area to paint. | |
리턴 | void |
protected ProcessCmdKey ( |
||
msg | A Message, passed by reference, that represents the window message to process. | |
keyData | Keys | One of the Keys values that represents the key to process. |
리턴 | bool |
protected UpdateGlobalEvents ( bool attach ) : void | ||
attach | bool | True if attaching; otherwise false. |
리턴 | void |
public ViewFromPoint ( Point pt ) : ViewBase | ||
pt | Point | Point to lookup. |
리턴 | ViewBase |
protected WndProc ( |
||
m | A Windows-based message. | |
리턴 | void |