ViewContextMenuManager Class |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public class ViewContextMenuManager : ViewManager
The ViewContextMenuManager type exposes the following members.
Name | Description | |
---|---|---|
ViewContextMenuManager |
Initialize a new instance of the ViewContextMenuManager class.
|
Name | Description | |
---|---|---|
ActiveView |
Gets and sets the active view element.
(Inherited from ViewManager.) | |
AlignControl |
Control used to align view elements.
(Inherited from ViewManager.) | |
Control |
Control owning the view manager.
(Inherited from ViewManager.) | |
DoNotLayoutControls |
Should child controls be layed out during layout calls.
(Inherited from ViewManager.) | |
Id |
Gets the unique identifier of the object.
(Inherited from GlobalId.) | |
LayoutCounter |
Gets the number of layout cycles performed since last reset.
(Inherited from ViewManager.) | |
MouseCaptured |
Gets and sets a value indicating if the mouse is capturing input.
(Inherited from ViewManager.) | |
OutputDebug |
Should debug information be output during layout and paint cycles.
(Inherited from ViewManager.) | |
PaintCounter |
Gets the number of paint cycles performed since last reset.
(Inherited from ViewManager.) | |
Root |
Gets and sets the view root.
(Inherited from ViewManager.) |
Name | Description | |
---|---|---|
Attach |
Attach the view manager to provided control and root element.
(Inherited from ViewManager.) | |
ClearTarget |
Clear the provided target from being the current target.
| |
ClearTargetSubMenu |
Clear the provided target as no longer showing a sub menu.
| |
ComponentFromPoint |
Is the provided point associated with a component.
(Inherited from ViewManager.) | |
Dispose |
Clean up any resources.
(Overrides ViewManagerDispose.) | |
DoesStackedClientMouseDownBecomeCurrent |
Should a mouse down at the provided point cause it to become the current tracking popup.
| |
DoubleClick |
Perform double click processing.
(Inherited from ViewManager.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
EvalTransparentPaint |
Perform a layout of the view.
(Inherited from ViewManager.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPreferredSize |
Discover the preferred size of the view.
(Inherited from ViewManager.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GotFocus |
Perform got focus handling.
(Inherited from ViewManager.) | |
KeyDown |
Handle down key being pressed.
| |
KeyDown(KeyEventArgs) |
Perform key down handling.
(Inherited from ViewManager.) | |
KeyEnd |
Handle end key being pressed.
| |
KeyHome |
Handle home key being pressed.
| |
KeyLeft |
Handle left key being pressed.
| |
KeyMnemonic |
Handle key that could be interpreted as a mnemonic.
| |
KeyPress |
Perform key press handling.
(Inherited from ViewManager.) | |
KeyRight |
Handle right key being pressed.
| |
KeyTab |
Handle tab key being pressed.
| |
KeyUp |
Handle up key being pressed.
| |
KeyUp(KeyEventArgs) |
Perform key up handling.
(Inherited from ViewManager.) | |
Layout(IRenderer) |
Perform a layout of the view.
(Inherited from ViewManager.) | |
Layout(ViewLayoutContext) |
Perform a layout of the view.
(Inherited from ViewManager.) | |
LostFocus |
Perform lost focus handling.
(Inherited from ViewManager.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MouseDown |
Perform mouse down processing.
(Inherited from ViewManager.) | |
MouseLeave |
Perform mouse leave processing.
(Inherited from ViewManager.) | |
MouseMove |
Perform mouse movement handling.
(Inherited from ViewManager.) | |
MouseUp |
Perform mouse up processing.
(Inherited from ViewManager.) | |
Paint(RenderContext) |
Perform a paint of the view.
(Inherited from ViewManager.) | |
Paint(IRenderer, PaintEventArgs) |
Perform a paint of the view.
(Inherited from ViewManager.) | |
PerformMouseDownProcessed |
Raises the MouseDownProcessed event.
(Inherited from ViewManager.) | |
PerformMouseUpProcessed |
Raises the MouseUpProcessed event.
(Inherited from ViewManager.) | |
ResetCounters |
Reset the internal counters.
(Inherited from ViewManager.) | |
SetTarget |
Set the provided target as the current target.
| |
SetTargetSubMenu |
Set the provided target as the current target and it is already showing a sub menu
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateViewFromPoint |
Update the active view based on the mouse position.
(Inherited from ViewManager.) |
Name | Description | |
---|---|---|
DoubleClickProcessed |
Occurs when the mouse up event is processed.
(Inherited from ViewManager.) | |
LayoutAfter |
Occurs just after the layout cuycle.
(Inherited from ViewManager.) | |
LayoutBefore |
Occurs just before the layout cuycle.
(Inherited from ViewManager.) | |
MouseDownProcessed |
Occurs when the mouse down event is processed.
(Inherited from ViewManager.) | |
MouseUpProcessed |
Occurs when the mouse up event is processed.
(Inherited from ViewManager.) |
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |