Class TabItem
Inheritance
System.Object
TabItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Mediachase.BusinessFoundation.dll
Version: 12.17.2
Constructors
Declaration
public TabItem(string _text, string _link, bool _selected)
Parameters
Type |
Name |
Description |
System.String |
_text |
|
System.String |
_link |
|
System.Boolean |
_selected |
|
Declaration
public TabItem(string _text, string _link, bool _selected, string _key)
Parameters
Type |
Name |
Description |
System.String |
_text |
|
System.String |
_link |
|
System.Boolean |
_selected |
|
System.String |
_key |
|
Declaration
public TabItem(string _text, string _link, bool _selected, string _key, bool _isDeleted)
Parameters
Type |
Name |
Description |
System.String |
_text |
|
System.String |
_link |
|
System.Boolean |
_selected |
|
System.String |
_key |
|
System.Boolean |
_isDeleted |
|
Declaration
public TabItem(string _text, string _link, bool _selected, string _key, int _row)
Parameters
Type |
Name |
Description |
System.String |
_text |
|
System.String |
_link |
|
System.Boolean |
_selected |
|
System.String |
_key |
|
System.Int32 |
_row |
|
Fields
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Declaration
Field Value
Type |
Description |
System.Boolean |
|
text
Declaration
Field Value
Type |
Description |
System.String |
|