C# Class Peak.TreeGrid.VisualInfo

Afficher le fichier Open project: rsdn/janus

Private Properties

Свойство Type Description
FromBoolean int
IfAppend StringBuilder

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
FromBoolean ( bool value ) : int
IfAppend ( StringBuilder sb, bool isFlagActive, string flagString ) : StringBuilder

Method Details

Equals() public méthode

Checks if object is equal to given
public Equals ( object obj ) : bool
obj object Object equality to which must be checked
Résultat bool

GetHashCode() public méthode

Calcs hash code
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Converts object to string.
public ToString ( ) : string
Résultat string

VisualInfo() public méthode

Constructor
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
Résultat System