C# Класс ComponentFactory.Krypton.Toolkit.VisualControlBase

Наследование: System.Windows.Forms.Control, IKryptonDebug
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AttachGlobalEvents void
CheckPerformLayout void
CreateToolStripRenderer System.Windows.Forms.ToolStripRenderer
GetResolvedPalette IPalette
GetViewManager ViewManager
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 ( ) : PaletteRedirect

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, EventArgs e ) : void

Processes a notification from palette storage of a button spec change.

OnDoubleClick ( EventArgs e ) : void

Raises the DoubleClick event.

OnGlobalPaletteChanged ( object sender, EventArgs e ) : void

Occurs when the global palette has been changed.

OnGotFocus ( EventArgs e ) : void

Raises the GotFocus event.

OnKeyDown ( KeyEventArgs e ) : void

Raises the KeyDown event.

OnKeyPress ( KeyPressEventArgs e ) : void

Raises the KeyPress event.

OnKeyUp ( KeyEventArgs e ) : void

Raises the KeyUp event.

OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void

Raises the Layout event.

OnLostFocus ( EventArgs e ) : void

Raises the LostFocus event.

OnMouseDown ( MouseEventArgs e ) : void

Raises the MouseDown event.

OnMouseLeave ( EventArgs e ) : void

Raises the MouseLeave event.

OnMouseMove ( MouseEventArgs e ) : void

Raises the MouseMove event.

OnMouseUp ( MouseEventArgs e ) : void

Raises the MouseUp event.

OnNeedPaint ( object sender, NeedLayoutEventArgs e ) : void

Processes a notification from palette storage of a paint and optional layout required.

OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

OnPaletteChanged ( EventArgs e ) : void

Raises the PaletteChanged event.

OnPaletteNeedPaint ( object sender, NeedLayoutEventArgs e ) : void

Processes a notification from palette of a paint and optional layout required.

OnRightToLeftChanged ( EventArgs e ) : void

Raises the RightToLeftChanged event.

OnUserPreferenceChanged ( object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e ) : void

Occurs when a user preference has changed.

PaintBackground ( Graphics g, Brush backBrush, Rectangle backRect ) : void

Perform background painting with the provided default values.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Processes a command key.

UpdateGlobalEvents ( bool attach ) : void

Update global event attachments.

VisualControlBase ( ) : System

Initialize a new instance of the VisualControl class.

WndProc ( Message &m ) : void

Process Windows-based messages.

Приватные методы

Метод Описание
AttachGlobalEvents ( ) : void
CheckPerformLayout ( ) : void
CreateToolStripRenderer ( ) : System.Windows.Forms.ToolStripRenderer
GetResolvedPalette ( ) : IPalette
GetViewManager ( ) : ViewManager
KryptonResetCounters ( ) : void
OnBaseChanged ( object sender, EventArgs e ) : void
OnContextMenuClosed ( object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void
OnContextMenuStripOpening ( object sender, CancelEventArgs e ) : void
OnKryptonContextMenuDisposed ( object sender, EventArgs e ) : void
OnPerformLayout ( ) : void
OnPerformRefresh ( ) : void
PaintTransparentBackground ( PaintEventArgs e ) : void
PerformNeedPaint ( bool needLayout ) : void
SetPalette ( IPalette palette ) : void
ShouldSerializePaletteMode ( ) : bool
UnattachGlobalEvents ( ) : void

Описание методов

CanProcessMnemonic() защищенный Метод

Gets a value indicating is processing of mnemonics should be allowed.
protected CanProcessMnemonic ( ) : bool
Результат bool

ContextMenuClosed() защищенный Метод

Called when a context menu has just been closed.
protected ContextMenuClosed ( ) : void
Результат void

CreateRedirector() защищенный Метод

Create the redirector instance.
protected CreateRedirector ( ) : PaletteRedirect
Результат PaletteRedirect

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

EvalTransparentPaint() защищенный Метод

Work out if this control needs to paint transparent areas.
protected EvalTransparentPaint ( ) : bool
Результат bool

ForceViewLayout() защищенный Метод

Force the control to perform a krypton layout to calculate size and positioning.
protected ForceViewLayout ( ) : bool
Результат bool

InvokeLayout() защищенный Метод

Request a layout be performed before any painting occurs.
protected InvokeLayout ( ) : void
Результат void

MarkLayoutDirty() защищенный Метод

Mark the layout as being dirty and needing to be performed.
protected MarkLayoutDirty ( ) : void
Результат void

OnButtonSpecChanged() защищенный Метод

Processes a notification from palette storage of a button spec change.
protected OnButtonSpecChanged ( object sender, EventArgs e ) : void
sender object Source of notification.
e System.EventArgs An EventArgs containing event data.
Результат void

OnDoubleClick() защищенный Метод

Raises the DoubleClick event.
protected OnDoubleClick ( EventArgs e ) : void
e System.EventArgs A KeyEventArgs that contains the event data.
Результат void

OnGlobalPaletteChanged() защищенный Метод

Occurs when the global palette has been changed.
protected OnGlobalPaletteChanged ( object sender, EventArgs e ) : void
sender object Source of the event.
e System.EventArgs An EventArgs that contains the event data.
Результат void

OnGotFocus() защищенный Метод

Raises the GotFocus event.
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Результат void

OnKeyDown() защищенный Метод

Raises the KeyDown event.
protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs A KeyEventArgs that contains the event data.
Результат void

OnKeyPress() защищенный Метод

Raises the KeyPress event.
protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs A KeyPressEventArgs that contains the event data.
Результат void

OnKeyUp() защищенный Метод

Raises the KeyUp event.
protected OnKeyUp ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs A KeyEventArgs that contains the event data.
Результат void

OnLayout() защищенный Метод

Raises the Layout event.
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs A LayoutEventArgs that contains the event data.
Результат void

OnLostFocus() защищенный Метод

Raises the LostFocus event.
protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Результат void

OnMouseDown() защищенный Метод

Raises the MouseDown event.
protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs A MouseEventArgs that contains the event data.
Результат void

OnMouseLeave() защищенный Метод

Raises the MouseLeave event.
protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Результат void

OnMouseMove() защищенный Метод

Raises the MouseMove event.
protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs A MouseEventArgs that contains the event data.
Результат void

OnMouseUp() защищенный Метод

Raises the MouseUp event.
protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs A MouseEventArgs that contains the event data.
Результат void

OnNeedPaint() защищенный Метод

Processes a notification from palette storage of a paint and optional layout required.
protected OnNeedPaint ( object sender, NeedLayoutEventArgs e ) : void
sender object Source of notification.
e NeedLayoutEventArgs An NeedLayoutEventArgs containing event data.
Результат void

OnPaint() защищенный Метод

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A PaintEventArgs that contains the event data.
Результат void

OnPaletteChanged() защищенный Метод

Raises the PaletteChanged event.
protected OnPaletteChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Результат void

OnPaletteNeedPaint() защищенный Метод

Processes a notification from palette of a paint and optional layout required.
protected OnPaletteNeedPaint ( object sender, NeedLayoutEventArgs e ) : void
sender object Source of notification.
e NeedLayoutEventArgs An NeedLayoutEventArgs containing event data.
Результат void

OnRightToLeftChanged() защищенный Метод

Raises the RightToLeftChanged event.
protected OnRightToLeftChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing event data.
Результат void

OnUserPreferenceChanged() защищенный Метод

Occurs when a user preference has changed.
protected OnUserPreferenceChanged ( object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e ) : void
sender object Source of the event.
e Microsoft.Win32.UserPreferenceChangedEventArgs Event details.
Результат void

PaintBackground() защищенный Метод

Perform background painting with the provided default values.
protected PaintBackground ( Graphics g, Brush backBrush, Rectangle backRect ) : void
g System.Drawing.Graphics Graphics reference for drawing.
backBrush System.Drawing.Brush Brush to use when painting.
backRect System.Drawing.Rectangle Client area to paint.
Результат void

ProcessCmdKey() защищенный Метод

Processes a command key.
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message 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

ResetPalette() публичный Метод

Resets the Palette property to its default value.
public ResetPalette ( ) : void
Результат void

ResetPaletteMode() публичный Метод

Resets the PaletteMode property to its default value.
public ResetPaletteMode ( ) : void
Результат void

UpdateGlobalEvents() защищенный Метод

Update global event attachments.
protected UpdateGlobalEvents ( bool attach ) : void
attach bool True if attaching; otherwise false.
Результат void

ViewFromPoint() публичный Метод

Gets the view associated with the provided client location.
public ViewFromPoint ( Point pt ) : ViewBase
pt Point Point to lookup.
Результат ViewBase

VisualControlBase() защищенный Метод

Initialize a new instance of the VisualControl class.
protected VisualControlBase ( ) : System
Результат System

WndProc() защищенный Метод

Process Windows-based messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message A Windows-based message.
Результат void