Class SimpleTabControlView.TabControlItem
Represents an item in the tab control view.
public class SimpleTabControlView.TabControlItem
- Inheritance
-
SimpleTabControlView.TabControlItem
Properties
- AttributesProvider
Gets the attributes provider for the item.
- Button
Gets the button associated with the tab control item.
- CustomAttr
Gets the custom attributes for the tab control item.
- Page
Gets the page associated with the tab control item.
- PageResolver
Gets or sets the page resolver function for the tab control item.
- UniqueId
Gets unique id of this object.
Methods
- Equals(object?)
Determines whether the specified object is equal to the current SimpleTabControlView.TabControlItem.
- GetHashCode()
Serves as the default hash function.
Operators
- operator ==(TabControlItem?, TabControlItem?)
Determines whether two specified instances of SimpleTabControlView.TabControlItem are equal.
- operator !=(TabControlItem?, TabControlItem?)
Determines whether two specified instances of SimpleTabControlView.TabControlItem are not equal.