TabbedContainerItem Members
An item within the TabbedContainer control.Constructors
Name | Description |
---|---|
TabbedContainerItem() | Initializes a new instance of the TabbedContainerItem class. |
Fields
Properties
Name | Description |
---|---|
ActualHeader | Gets the control’s actual header, taking into account the additional formatting applied to the veHeaderedContentControl.Header via the veHeaderedContentControl.HeaderStringFormat property. Inherited from veHeaderedContentControl. |
HasHeader | Gets whether the control’s veHeaderedContentControl.Header is not empty. Inherited from veHeaderedContentControl. |
HasHeaderTemplate | Gets whether the veHeaderedContentControl.HeaderTemplate is not empty. Inherited from veHeaderedContentControl. |
Header | Gets or sets the control’s header. Inherited from veHeaderedContentControl. |
HeaderStringFormat | Gets or sets a composite format string for the veHeaderedContentControl.Header object. Inherited from veHeaderedContentControl. |
HeaderTemplate | Gets or sets the template used to render the veHeaderedContentControl.Header object. Inherited from veHeaderedContentControl. |
HeaderTemplateSelector | Gets or sets an object that chooses a header template based on custom logic. Inherited from veHeaderedContentControl. |
IsSelected | Gets whether the item is selected. Inherited from veSelectorItem. |
Owner | Gets the item’s owner. Inherited from veSelectorItem. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also