VitNX_ContextMenu Properties

The following tables list the members exposed by the VitNX_ContextMenu type.

Name Description
Public property AccessibilityObject Gets the AccessibleObject assigned to the control. (inherited from Control).
Public property AccessibleDefaultActionDescription Gets or sets the default action description of the control for use by accessibility client applications. (inherited from Control).
Public property AccessibleDescription Gets or sets the description of the control used by accessibility client applications. (inherited from Control).
Public property AccessibleName Gets or sets the name of the control used by accessibility client applications. (inherited from Control).
Public property AccessibleRole Gets or sets the accessible role of the control (inherited from Control).
Public property AllowDrop Gets or sets a value indicating whether drag-and-drop and item reordering are handled through events that you implement. (inherited from ToolStrip).
Public property AllowItemReorder This property is not relevant to this class. (inherited from ToolStripDropDown).
Public property AllowMerge Gets or sets a value indicating whether multiple MenuStrip, ToolStripDropDownMenu, ToolStripMenuItem, and other types can be combined. (inherited from ToolStrip).
Public property AllowTransparency Gets or sets a value indicating whether the Opacity of the form can be adjusted. (inherited from ToolStripDropDown).
Public property Anchor This property is not relevant to this class. (inherited from ToolStripDropDown).
Public property AutoClose Gets or sets a value indicating whether the ToolStripDropDown control should automatically close when it has lost activation. (inherited from ToolStripDropDown).
Public property AutoScroll This property is not relevant for this class. (inherited from ToolStrip).
Public property AutoScrollMargin This property is not relevant for this class. (inherited from ToolStrip).
Public property AutoScrollMinSize This property is not relevant for this class. (inherited from ToolStrip).
Public property AutoScrollOffset Gets or sets where this control is scrolled to in ScrollControlIntoView. (inherited from Control).
Public property AutoScrollPosition This property is not relevant for this class. (inherited from ToolStrip).
Public property AutoSize Gets or sets a value indicating whether the ToolStripDropDown automatically adjusts its size when the form is resized. (inherited from ToolStripDropDown).
Public property BackColor Gets or sets the background color for the ToolStrip. (inherited from ToolStrip).
Public property BackgroundImage Gets or sets the background image displayed in the control. (inherited from Control).
Public property BackgroundImageLayout Gets or sets the background image layout as defined in the ImageLayout enumeration. (inherited from Control).
Public property BindingContext Gets or sets the binding context for the ToolStrip. (inherited from ToolStrip).
Public property Bottom Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (inherited from Control).
Public property Bounds Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (inherited from Control).
Public property CanFocus Gets a value indicating whether the control can receive focus. (inherited from Control).
Public property CanOverflow Gets or sets a value indicating whether the items in a ToolStripDropDown can be sent to an overflow menu. (inherited from ToolStripDropDown).
Public property CanSelect Gets a value indicating whether the control can be selected. (inherited from Control).
Public property Capture Gets or sets a value indicating whether the control has captured the mouse. (inherited from Control).
Public property CausesValidation Gets or sets a value indicating whether the ToolStrip causes validation to be performed on any controls that require validation when it receives focus. (inherited from ToolStrip).
Public property ClientRectangle Gets the rectangle that represents the client area of the control. (inherited from Control).
Public property ClientSize Gets or sets the height and width of the client area of the control. (inherited from Control).
Public property CompanyName Gets the name of the company or creator of the application containing the control. (inherited from Control).
Public property Container Gets the IContainer that contains the Component. (inherited from Component).
Public property ContainsFocus Gets a value indicating whether the control, or one of its child controls, currently has the input focus. (inherited from Control).
Public property ContextMenu This property is not relevant to this class. (inherited from ToolStripDropDown).
Public property ContextMenuStrip This property is not relevant to this class. (inherited from ToolStripDropDown).
Public property Controls This property is not relevant for this class. (inherited from ToolStrip).
Public property Created Gets a value indicating whether the control has been created. (inherited from Control).
Public property Cursor Gets or sets the cursor that is displayed when the mouse pointer is over the ToolStrip. (inherited from ToolStrip).
Public property DataBindings Gets the data bindings for the control. (inherited from Control).
Public property DefaultDropDownDirection Gets or sets the direction in which the ToolStripDropDown is displayed relative to the ToolStrip. (inherited from ToolStripDropDown).
Public property DeviceDpi (inherited from Control).
Public property DisplayRectangle Gets the rectangle that represents the display area of the ToolStripDropDownMenu. (inherited from ToolStripDropDownMenu).
Public property Disposing Gets a value indicating whether the base Control class is in the process of disposing. (inherited from Control).
Public property Dock This property is not relevant to this class. (inherited from ToolStripDropDown).
Public property DockPadding Gets the dock padding settings for all edges of the control. (inherited from ScrollableControl).
Public property DropShadowEnabled Gets or sets a value indicating whether a three-dimensional shadow effect appears when the ToolStripDropDown is displayed. (inherited from ToolStripDropDown).
Public property Enabled Gets or sets a value indicating whether the control can respond to user interaction. (inherited from Control).
Public property Focused Gets a value indicating whether the control has input focus. (inherited from Control).
Public property Font Gets or sets the font of the text displayed on the ToolStripDropDown. (inherited from ToolStripDropDown).
Public property ForeColor Gets or sets the foreground color of the ToolStrip. (inherited from ToolStrip).
Public property GripDisplayStyle This property is not relevant to this class. (inherited from ToolStripDropDown).
Public property GripMargin This property is not relevant to this class. (inherited from ToolStripDropDown).
Public property GripRectangle This property is not relevant to this class. (inherited from ToolStripDropDown).
Public property GripStyle This property is not relevant to this class. (inherited from ToolStripDropDown).
Public property Handle Gets the window handle that the control is bound to. (inherited from Control).
Public property HasChildren This property is not relevant for this class. (inherited from ToolStrip).
Public property Height Gets or sets the height of the control. (inherited from Control).
Public property HorizontalScroll This property is not relevant for this class. (inherited from ToolStrip).
Public property ImageList Gets or sets the image list that contains the image displayed on a ToolStrip item. (inherited from ToolStrip).
Public property ImageScalingSize Gets or sets the size, in pixels, of an image used on a ToolStrip. (inherited from ToolStrip).
Public property ImeMode Gets or sets the Input Method Editor (IME) mode of the control. (inherited from Control).
Public property InvokeRequired Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. (inherited from Control).
Public property IsAccessible Gets or sets a value indicating whether the control is visible to accessibility applications. (inherited from Control).
Public property IsAutoGenerated Gets a value indicating whether this ToolStripDropDown was automatically generated. (inherited from ToolStripDropDown).
Public property IsCurrentlyDragging Gets a value indicating whether the user is currently moving the ToolStrip from one ToolStripContainer to another. (inherited from ToolStrip).
Public property IsDisposed Gets a value indicating whether the control has been disposed of. (inherited from Control).
Public property IsDropDown Gets a value indicating whether a ToolStrip is a ToolStripDropDown control. (inherited from ToolStrip).
Public property IsHandleCreated Gets a value indicating whether the control has a handle associated with it. (inherited from Control).
Public property IsMirrored Gets a value indicating whether the control is mirrored. (inherited from Control).
Public property Items Gets all the items that belong to a ToolStrip. (inherited from ToolStrip).
Public property LayoutEngine (inherited from ToolStripDropDownMenu).
Public property LayoutSettings Gets or sets layout scheme characteristics. (inherited from ToolStrip).
Public property LayoutStyle Gets or sets a value indicating how the items of ContextMenuStrip are displayed. (inherited from ToolStripDropDownMenu).
Public property Left Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (inherited from Control).
Public property Location This property is not relevant to this class. (inherited from ToolStripDropDown).
Public property Margin Gets or sets the space between controls. (inherited from Control).
Public property MaximumSize Gets or sets the size that is the upper limit that GetPreferredSize can specify. (inherited from Control).
Public property MinimumSize Gets or sets the size that is the lower limit that GetPreferredSize can specify. (inherited from Control).
Public property Name Gets or sets the name of the control. (inherited from Control).
Public property Opacity Determines the opacity of the form. (inherited from ToolStripDropDown).
Public property Orientation Gets the orientation of the ToolStripPanel. (inherited from ToolStrip).
Public property OverflowButton This property is not relevant to this class. (inherited from ToolStripDropDown).
Public property OwnerItem Gets or sets the ToolStripItem that is the owner of this ToolStripDropDown. (inherited from ToolStripDropDown).
Public property Padding Gets or sets padding within the control. (inherited from Control).
Public property Parent Gets or sets the parent container of the control. (inherited from Control).
Public property PreferredSize Gets the size of a rectangular area into which the control can fit. (inherited from Control).
Public property ProductName Gets the product name of the assembly containing the control. (inherited from Control).
Public property ProductVersion Gets the version of the assembly containing the control. (inherited from Control).
Public property RecreatingHandle Gets a value indicating whether the control is currently re-creating its handle. (inherited from Control).
Public property Region Gets or sets the window region associated with the ToolStripDropDown. (inherited from ToolStripDropDown).
Public property RenderMode Gets or sets a value that indicates which visual styles will be applied to the ToolStrip. (inherited from ToolStrip).
Public property Renderer Gets or sets a ToolStripRenderer used to customize the look and feel of a ToolStrip. (inherited from ToolStrip).
Public property Right Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (inherited from Control).
Public property RightToLeft (inherited from ToolStripDropDown).
Public property ShowCheckMargin Gets or sets a value indicating whether space for a check mark is shown on the left edge of the ToolStripMenuItem. (inherited from ToolStripDropDownMenu).
Public property ShowImageMargin Gets or sets a value indicating whether space for an image is shown on the left edge of the ToolStripMenuItem. (inherited from ToolStripDropDownMenu).
Public property ShowItemToolTips Gets or sets a value indicating whether ToolTips are to be displayed on ToolStrip items. (inherited from ToolStrip).
Public property Site Gets or sets the site of the control. (inherited from Control).
Public property Size Gets or sets the height and width of the control. (inherited from Control).
Public property SourceControl Gets the last control that caused this ContextMenuStrip to be displayed. (inherited from ContextMenuStrip).
Public property Stretch This property is not relevant to this class. (inherited from ToolStripDropDown).
Public property TabIndex This property is not relevant to this class. (inherited from ToolStripDropDown).
Public property TabStop Gets or sets a value indicating whether the user can give the focus to an item in the ToolStrip using the TAB key. (inherited from ToolStrip).
Public property Tag Gets or sets the object that contains data about the control. (inherited from Control).
Public property Text Gets or sets the text associated with this control. (inherited from Control).
Public property TextDirection Specifies the direction in which to draw the text on the item. (inherited from ToolStripDropDown).
Public property Top Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (inherited from Control).
Public property TopLevel Gets or sets a value indicating whether the ToolStripDropDown is a top-level control. (inherited from ToolStripDropDown).
Public property TopLevelControl Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in. (inherited from Control).
Public property UseWaitCursor Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (inherited from Control).
Public property VerticalScroll This property is not relevant for this class. (inherited from ToolStrip).
Public property Visible Gets or sets a value indicating whether the ToolStripDropDown is visible or hidden. (inherited from ToolStripDropDown).
Public property Width Gets or sets the width of the control. (inherited from Control).
Public property WindowTarget This property is not relevant for this class. (inherited from Control).
Top

In this article

Definition