BackstageViewTabItem Properties
Acts as a tab page within a BackstageViewControl.Name | Description |
---|---|
AccessibleDescription | Gets or sets the object’s description used by accessibility client applications. Inherited from BackstageViewItemBase. |
AccessibleName | Gets or sets the object’s name used by accessibility client applications. Inherited from BackstageViewItemBase. |
AccessibleRole | Gets or sets the object’s accessible role. Inherited from BackstageViewItemBase. |
Alignment | Gets or sets the vertical alignment of the item. Inherited from BackstageViewItemBase. |
AllowGlyphSkinning | Gets or sets whether the current BackstageViewItem‘s icon should be painted with the BackstageViewItem foreground color. Inherited from BackstageViewItem. |
AllowHtmlString | Gets or sets whether HTML formatting is allowed when setting the BackstageViewItem.Caption property. Inherited from BackstageViewItem. |
Appearance | Provides access to appearance settings applied to this BackstageViewItemBase descendant in the normal state. Inherited from BackstageViewItemBase. |
AppearanceDisabled | Provides access to appearance settings applied to this BackstageViewItemBase descendant in its disabled state. Inherited from BackstageViewItemBase. |
AppearanceHover | Provides access to appearance settings applied to this BackstageViewItemBase descendant in its hovered state. Inherited from BackstageViewItemBase. |
AppearanceSelected | Provides access to appearance settings applied to the item’s caption when the item is selected. |
CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
Caption | Gets or sets the item’s display caption. Inherited from BackstageViewItem. |
CaptionHorizontalAlignment | Gets or sets the horizontal alignment of the item’s caption region. Inherited from BackstageViewItem. |
CaptionVerticalAlignment | Gets or sets the vertical alignment of the item’s caption region. Inherited from BackstageViewItem. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
ContentControl | Gets or sets a user control where you can arrange custom controls. |
Control | Gets a BackstageViewControl that owns the current item. Inherited from BackstageViewItemBase. |
DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Enabled | Gets or sets whether the current item is enabled or disabled. Inherited from BackstageViewItem. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Glyph | Gets or sets an image for the current item. This property is obsolete. Use the ImageOptions property instead. Inherited from BackstageViewItem. |
GlyphDisabled | Gets or sets an image for the current item that will be displayed when the current item is disabled. This property is obsolete. Use the ImageOptions property instead. Inherited from BackstageViewItem. |
GlyphHorizontalAlignment | Gets or sets the horizontal alignment of the item’s glyph region. Inherited from BackstageViewItem. |
GlyphHover | Gets or sets an image for the current item that will be displayed when the current item is hovered over. This property is obsolete. Use the ImageOptions property instead. Inherited from BackstageViewItem. |
GlyphLocation | Gets or sets the location of the item’s glyph region relative to its caption region. Inherited from BackstageViewItem. |
GlyphPressed | Gets or sets an image for the current item that will be displayed when the current item is pressed with a mouse button. This property is obsolete. Use the ImageOptions property instead. Inherited from BackstageViewItem. |
GlyphVerticalAlignment | Gets or sets the vertical alignment of the item’s glyph region. Inherited from BackstageViewItem. |
ImageIndex | Gets or sets the index of an image within the BackstageViewControl.Images collection. This property is obsolete. Use the ImageOptions property instead. Inherited from BackstageViewItem. |
ImageIndexDisabled | Gets or sets the index of an image within the BackstageViewControl.Images collection. This image will be displayed when the current item is disabled. This property is obsolete. Use the ImageOptions property instead. Inherited from BackstageViewItem. |
ImageIndexHover | Gets or sets the index of an image within the BackstageViewControl.Images collection. This image will be displayed when the current item is hovered over. This property is obsolete. Use the ImageOptions property instead. Inherited from BackstageViewItem. |
ImageIndexPressed | Gets or sets the index of an image within the BackstageViewControl.Images collection. This image will be displayed when the current item is pressed using a mouse button. This property is obsolete. Use the ImageOptions property instead. Inherited from BackstageViewItem. |
ImageOptions | Provides access to properties that allow you to set up raster and vector images for this BackstageViewItem. Inherited from BackstageViewItem. |
Images | Gets the image collection assigned to the owner’s BackstageViewControl.Images property. Inherited from BackstageViewItem. |
KeyTip | Gets or sets the Key Tip for this BackstageViewItem. Inherited from BackstageViewItem. |
Name | Gets or sets the item’s name. Inherited from BackstageViewItemBase. |
Selected | Gets or sets whether the current item is selected (when it is displayed within a BackstageViewControl). |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
SuperTip | Allows you to assign a Super Tip to the item. Inherited from BackstageViewItem. |
Tag | Gets or sets an object that contains custom data for the current BackstageViewItem object. Inherited from BackstageViewItem. |
Visible | Gets or sets the item’s visibility. Inherited from BackstageViewItemBase. |
See Also