C# Class ComponentFactory.Krypton.Toolkit.VisualControlBase

Inheritance: System.Windows.Forms.Control, IKryptonDebug
Afficher le fichier Open project: ComponentFactory/Krypton

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
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

Method Details

CanProcessMnemonic() protected méthode

Gets a value indicating is processing of mnemonics should be allowed.
protected CanProcessMnemonic ( ) : bool
Résultat bool

ContextMenuClosed() protected méthode

Called when a context menu has just been closed.
protected ContextMenuClosed ( ) : void
Résultat void

CreateRedirector() protected méthode

Create the redirector instance.
protected CreateRedirector ( ) : PaletteRedirect
Résultat PaletteRedirect

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

EvalTransparentPaint() protected méthode

Work out if this control needs to paint transparent areas.
protected EvalTransparentPaint ( ) : bool
Résultat bool

ForceViewLayout() protected méthode

Force the control to perform a krypton layout to calculate size and positioning.
protected ForceViewLayout ( ) : bool
Résultat bool

InvokeLayout() protected méthode

Request a layout be performed before any painting occurs.
protected InvokeLayout ( ) : void
Résultat void

MarkLayoutDirty() protected méthode

Mark the layout as being dirty and needing to be performed.
protected MarkLayoutDirty ( ) : void
Résultat void

OnButtonSpecChanged() protected méthode

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.
Résultat void

OnDoubleClick() protected méthode

Raises the DoubleClick event.
protected OnDoubleClick ( EventArgs e ) : void
e System.EventArgs A KeyEventArgs that contains the event data.
Résultat void

OnGlobalPaletteChanged() protected méthode

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.
Résultat void

OnGotFocus() protected méthode

Raises the GotFocus event.
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Résultat void

OnKeyDown() protected méthode

Raises the KeyDown event.
protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs A KeyEventArgs that contains the event data.
Résultat void

OnKeyPress() protected méthode

Raises the KeyPress event.
protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs A KeyPressEventArgs that contains the event data.
Résultat void

OnKeyUp() protected méthode

Raises the KeyUp event.
protected OnKeyUp ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs A KeyEventArgs that contains the event data.
Résultat void

OnLayout() protected méthode

Raises the Layout event.
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs A LayoutEventArgs that contains the event data.
Résultat void

OnLostFocus() protected méthode

Raises the LostFocus event.
protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Résultat void

OnMouseDown() protected méthode

Raises the MouseDown event.
protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs A MouseEventArgs that contains the event data.
Résultat void

OnMouseLeave() protected méthode

Raises the MouseLeave event.
protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Résultat void

OnMouseMove() protected méthode

Raises the MouseMove event.
protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs A MouseEventArgs that contains the event data.
Résultat void

OnMouseUp() protected méthode

Raises the MouseUp event.
protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs A MouseEventArgs that contains the event data.
Résultat void

OnNeedPaint() protected méthode

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.
Résultat void

OnPaint() protected méthode

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A PaintEventArgs that contains the event data.
Résultat void

OnPaletteChanged() protected méthode

Raises the PaletteChanged event.
protected OnPaletteChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Résultat void

OnPaletteNeedPaint() protected méthode

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.
Résultat void

OnRightToLeftChanged() protected méthode

Raises the RightToLeftChanged event.
protected OnRightToLeftChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing event data.
Résultat void

OnUserPreferenceChanged() protected méthode

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.
Résultat void

PaintBackground() protected méthode

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.
Résultat void

ProcessCmdKey() protected méthode

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.
Résultat bool

ResetPalette() public méthode

Resets the Palette property to its default value.
public ResetPalette ( ) : void
Résultat void

ResetPaletteMode() public méthode

Resets the PaletteMode property to its default value.
public ResetPaletteMode ( ) : void
Résultat void

UpdateGlobalEvents() protected méthode

Update global event attachments.
protected UpdateGlobalEvents ( bool attach ) : void
attach bool True if attaching; otherwise false.
Résultat void

ViewFromPoint() public méthode

Gets the view associated with the provided client location.
public ViewFromPoint ( Point pt ) : ViewBase
pt Point Point to lookup.
Résultat ViewBase

VisualControlBase() protected méthode

Initialize a new instance of the VisualControl class.
protected VisualControlBase ( ) : System
Résultat System

WndProc() protected méthode

Process Windows-based messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message A Windows-based message.
Résultat void