Method | Description | |
---|---|---|
Equals ( |
||
Equals ( object other ) : bool | ||
GetHashCode ( ) : int |
Returns the hashcode for this object.
|
|
PropertyTabAttribute ( ) : System |
Basic constructor that creates a PropertyTabAttribute. Use this ctor to derive from this attribute and specify multiple tab types by calling InitializeArrays.
|
|
PropertyTabAttribute ( |
Basic constructor that creates a property tab attribute that will create a tab of the specified type.
|
|
PropertyTabAttribute ( |
Basic constructor that creates a property tab attribute that will create a tab of the specified type.
|
|
PropertyTabAttribute ( string tabClassName ) : System |
Basic constructor that creates a property tab attribute that will create a tab of the specified type.
|
|
PropertyTabAttribute ( string tabClassName, PropertyTabScope tabScope ) : System |
Basic constructor that creates a property tab attribute that will create a tab of the specified type.
|
Method | Description | |
---|---|---|
InitializeArrays ( |
Utiliity function to set the types of tab classes this PropertyTabAttribute specifies.
|
|
InitializeArrays ( string tabClassNames, PropertyTabScope tabScopes ) : void |
Utiliity function to set the types of tab classes this PropertyTabAttribute specifies.
|
Method | Description | |
---|---|---|
InitializeArrays ( string tabClassNames, |
public Equals ( |
||
other | ||
return | bool |
protected InitializeArrays ( |
||
tabClasses | ||
tabScopes | PropertyTabScope | |
return | void |
protected InitializeArrays ( string tabClassNames, PropertyTabScope tabScopes ) : void | ||
tabClassNames | string | |
tabScopes | PropertyTabScope | |
return | void |
public PropertyTabAttribute ( |
||
tabClass | ||
return | System |
public PropertyTabAttribute ( |
||
tabClass | ||
tabScope | PropertyTabScope | |
return | System |
public PropertyTabAttribute ( string tabClassName ) : System | ||
tabClassName | string | |
return | System |
public PropertyTabAttribute ( string tabClassName, PropertyTabScope tabScope ) : System | ||
tabClassName | string | |
tabScope | PropertyTabScope | |
return | System |