C# Class Peak.TreeGrid.VisualInfo

Mostra file Open project: rsdn/janus

Private Properties

Property Type Description
FromBoolean int
IfAppend StringBuilder

Public Methods

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

Private Methods

Method Description
FromBoolean ( bool value ) : int
IfAppend ( StringBuilder sb, bool isFlagActive, string flagString ) : StringBuilder

Method Details

Equals() public method

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

GetHashCode() public method

Calcs hash code
public GetHashCode ( ) : int
return int

ToString() public method

Converts object to string.
public ToString ( ) : string
return string

VisualInfo() public method

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
return System