Свойство | Тип | Описание | |
---|---|---|---|
AttachGlobalEvents | void | ||
CreateToolStripRenderer | System.Windows.Forms.ToolStripRenderer | ||
GetResolvedPalette | IPalette | ||
KryptonResetCounters | void | ||
OnContextMenuClosed | void | ||
OnContextMenuStripOpening | void | ||
OnGlobalPaletteChanged | void | ||
OnPerformRefresh | void | ||
OnUserPreferenceChanged | void | ||
PaintTransparentBackground | void | ||
SetPalette | void | ||
ShouldSerializePaletteMode | bool | ||
UnattachGlobalEvents | void |
Метод | Описание | |
---|---|---|
BeginInit ( ) : void |
Signals the object that initialization is starting.
|
|
EndInit ( ) : void |
Signals the object that initialization is complete.
|
|
PerformNeedPaint ( bool needLayout ) : void |
Fires the NeedPaint event.
|
|
ResetPalette ( ) : void |
Resets the Palette property to its default value.
|
|
ResetPaletteMode ( ) : void |
Resets the PaletteMode property to its default value.
|
Метод | Описание | |
---|---|---|
ContextMenuClosed ( ) : void |
Called when a context menu has just been closed.
|
|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
EvalTransparentPaint ( ) : bool |
Work out if this control needs to paint transparent areas.
|
|
OnButtonSpecChanged ( object sender, |
Processes a notification from palette storage of a button spec change.
|
|
OnDoubleClick ( |
Raises the DoubleClick event.
|
|
OnGotFocus ( |
Raises the GotFocus event.
|
|
OnInitialized ( |
Raises the Initialized 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.
|
|
OnRightToLeftChanged ( |
Raises the RightToLeftChanged event.
|
|
UpdateGlobalEvents ( bool attach ) : void |
Update global event attachments.
|
|
VisualPanel ( ) : System |
Initialize a new instance of the VisualPanel class.
|
Метод | Описание | |
---|---|---|
AttachGlobalEvents ( ) : void | ||
CreateToolStripRenderer ( ) : System.Windows.Forms.ToolStripRenderer | ||
GetResolvedPalette ( ) : IPalette | ||
KryptonResetCounters ( ) : void | ||
OnContextMenuClosed ( object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void | ||
OnContextMenuStripOpening ( object sender, CancelEventArgs e ) : void | ||
OnGlobalPaletteChanged ( object sender, |
||
OnPerformRefresh ( ) : void | ||
OnUserPreferenceChanged ( object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e ) : void | ||
PaintTransparentBackground ( PaintEventArgs e ) : 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 OnGotFocus ( |
||
e | An EventArgs that contains the event data. | |
Результат | void |
protected OnInitialized ( |
||
e | An EventArgs containing 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 OnRightToLeftChanged ( |
||
e | An EventArgs containing event data. | |
Результат | void |
public PerformNeedPaint ( bool needLayout ) : void | ||
needLayout | bool | Does the palette change require a layout. |
Результат | void |
protected UpdateGlobalEvents ( bool attach ) : void | ||
attach | bool | True if attaching; otherwise false. |
Результат | void |