Property | Type | Description | |
---|---|---|---|
FromBoolean | int | ||
IfAppend | StringBuilder |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Checks if object is equal to given
|
|
GetHashCode ( ) : int |
Calcs hash code
|
|
ToString ( ) : string |
Converts object to string.
|
|
VisualInfo ( bool IsAlternateRow, bool IsSelected, bool IsFocused, bool IsControlActive, bool IsControlEnabled ) : System |
Constructor
|
Method | Description | |
---|---|---|
FromBoolean ( bool value ) : int | ||
IfAppend ( StringBuilder sb, bool isFlagActive, string flagString ) : StringBuilder |
public Equals ( object obj ) : bool | ||
obj | object | Object equality to which must be checked |
return | bool |
public VisualInfo ( bool IsAlternateRow, bool IsSelected, bool IsFocused, bool IsControlActive, bool IsControlEnabled ) : System | ||
IsAlternateRow | bool | IsAlternateRow property value |
IsSelected | bool | IsSelected property value |
IsFocused | bool | IsFocused property value |
IsControlActive | bool | IsControlActive property value |
IsControlEnabled | bool | IsControlEnabled property value |
return | System |