ToolStripItem Properties
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | AccessibilityObject | Gets the AccessibleObject assigned to the control. |
![]() | AccessibleDefaultActionDescription | Gets or sets the default action description of the control for use by accessibility client applications. |
![]() | AccessibleDescription | Gets or sets the description that will be reported to accessibility client applications. |
![]() | AccessibleName | Gets or sets the name of the control for use by accessibility client applications. |
![]() | AccessibleRole | Gets or sets the accessible role of the control, which specifies the type of user interface element of the control. |
![]() | Alignment | Gets or sets a value indicating whether the item aligns towards the beginning or end of the ToolStrip. |
![]() | AllowDrop | Gets or sets a value indicating whether drag-and-drop and item reordering are handled through events that you implement. |
![]() | Anchor | Gets or sets the edges of the container to which a ToolStripItem is bound and determines how a ToolStripItem is resized with its parent. |
![]() | AutoSize | Gets or sets a value indicating whether the item is automatically sized. |
![]() | AutoToolTip | Gets or sets a value indicating whether to use the Text property or the ToolTipText property for the ToolStripItem ToolTip. |
![]() | Available | Gets or sets a value indicating whether the ToolStripItem should be placed on a ToolStrip. |
![]() | BackColor | Gets or sets the background color for the item. |
![]() | BackgroundImage | Gets or sets the background image displayed in the item. |
![]() | BackgroundImageLayout | Gets or sets the background image layout used for the ToolStripItem. |
![]() | Bounds | Gets the size and location of the item. |
![]() | CanRaiseEvents | Gets a value indicating whether the component can raise an event.(Inherited from Component.) |
![]() | CanSelect | Gets a value indicating whether the item can be selected. |
![]() | Container | Gets the IContainer that contains the Component.(Inherited from Component.) |
![]() | ContentRectangle | Gets the area where content, such as text and icons, can be placed within a ToolStripItem without overwriting background borders. |
![]() | DefaultAutoToolTip | Gets a value indicating whether to display the ToolTip that is defined as the default. |
![]() | DefaultDisplayStyle | Gets a value indicating what is displayed on the ToolStripItem. |
![]() | DefaultMargin | Gets the default margin of an item. |
![]() | DefaultPadding | Gets the internal spacing characteristics of the item. |
![]() | DefaultSize | Gets the default size of the item. |
![]() | DesignMode | |
![]() | DismissWhenClicked | Gets a value indicating whether items on a ToolStripDropDown are hidden after they are clicked. |
![]() | DisplayStyle | Gets or sets whether text and images are displayed on a ToolStripItem. |
![]() | Dock | Gets or sets which ToolStripItem borders are docked to its parent control and determines how a ToolStripItem is resized with its parent. |
![]() | DoubleClickEnabled | Gets or sets a value indicating whether the ToolStripItem can be activated by double-clicking the mouse. |
![]() | Enabled | Gets or sets a value indicating whether the parent control of the ToolStripItem is enabled. |
![]() | Events | |
![]() | Font | Gets or sets the font of the text displayed by the item. |
![]() | ForeColor | Gets or sets the foreground color of the item. |
![]() | Height | Gets or sets the height, in pixels, of a ToolStripItem. |
![]() | Image | Gets or sets the image that is displayed on a ToolStripItem. |
![]() | ImageAlign | Gets or sets the alignment of the image on a ToolStripItem. |
![]() | ImageIndex | Gets or sets the index value of the image that is displayed on the item. |
![]() | ImageKey | Gets or sets the key accessor for the image in the ImageList that is displayed on a ToolStripItem. |
![]() | ImageScaling | Gets or sets a value indicating whether an image on a ToolStripItem is automatically resized to fit in a container. |
![]() | ImageTransparentColor | Gets or sets the color to treat as transparent in a ToolStripItem image. |
![]() | IsDisposed | Gets a value indicating whether the object has been disposed of. |
![]() | IsOnDropDown | Gets a value indicating whether the container of the current Control is a ToolStripDropDown. |
![]() | IsOnOverflow | |
![]() | Margin | Gets or sets the space between the item and adjacent items. |
![]() | MergeAction | Gets or sets how child menus are merged with parent menus. |
![]() | MergeIndex | Gets or sets the position of a merged item within the current ToolStrip. |
![]() | Name | Gets or sets the name of the item. |
![]() | Overflow | Gets or sets whether the item is attached to the ToolStrip or ToolStripOverflowButton or can float between the two. |
![]() | Owner | Gets or sets the owner of this item. |
![]() | OwnerItem | Gets the parent ToolStripItem of this ToolStripItem. |
![]() | Padding | Gets or sets the internal spacing, in pixels, between the item's contents and its edges. |
![]() | Parent | Gets or sets the parent container of the ToolStripItem. |
![]() | Placement | Gets the current layout of the item. |
![]() | Pressed | Gets a value indicating whether the state of the item is pressed. |
![]() | RightToLeft | Gets or sets a value indicating whether items are to be placed from right to left and text is to be written from right to left. |
![]() | RightToLeftAutoMirrorImage | Mirrors automatically the ToolStripItem image when the RightToLeft property is set to Yes. |
![]() | Selected | Gets a value indicating whether the item is selected. |
![]() | ShowKeyboardCues | Gets a value indicating whether to show or hide shortcut keys. |
![]() | Site | |
![]() | Size | Gets or sets the size of the item. |
![]() | Tag | Gets or sets the object that contains data about the item. |
![]() | Text | Gets or sets the text that is to be displayed on the item. |
![]() | TextAlign | Gets or sets the alignment of the text on a ToolStripLabel. |
![]() | TextDirection | Gets the orientation of text used on a ToolStripItem. |
![]() | TextImageRelation | Gets or sets the position of ToolStripItem text and image relative to each other. |
![]() | ToolTipText | Gets or sets the text that appears as a ToolTip for a control. |
![]() | Visible | Gets or sets a value indicating whether the item is displayed. |
![]() | Width | Gets or sets the width in pixels of a ToolStripItem. |

