C# 클래스 Peak.TreeGrid.VisualInfo

파일 보기 프로젝트 열기: rsdn/janus

Private Properties

프로퍼티 타입 설명
FromBoolean int
IfAppend StringBuilder

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
FromBoolean ( bool value ) : int
IfAppend ( StringBuilder sb, bool isFlagActive, string flagString ) : StringBuilder

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

Calcs hash code
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Converts object to string.
public ToString ( ) : string
리턴 string

VisualInfo() 공개 메소드

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
리턴 System