C# 클래스 ZForge.Controls.ExplorerBar.TaskItemInfo

A class that contains system defined settings for TaskItems
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ShouldSerializeHotLinkColor bool
ShouldSerializeLinkColor bool
ShouldSerializeMargin bool
ShouldSerializePadding bool

공개 메소드들

메소드 설명
SetDefaultEmptyValues ( ) : void

Forces the use of default empty values

SetDefaultValues ( ) : void

Forces the use of default values

TaskItemInfo ( ) : System

Initializes a new instance of the TaskLinkInfo class with default settings

비공개 메소드들

메소드 설명
ShouldSerializeHotLinkColor ( ) : bool

Specifies whether the HotLinkColor property should be serialized at design time

ShouldSerializeLinkColor ( ) : bool

Specifies whether the LinkColor property should be serialized at design time

ShouldSerializeMargin ( ) : bool

Specifies whether the Margin property should be serialized at design time

ShouldSerializePadding ( ) : bool

Specifies whether the Padding property should be serialized at design time

메소드 상세

SetDefaultEmptyValues() 공개 메소드

Forces the use of default empty values
public SetDefaultEmptyValues ( ) : void
리턴 void

SetDefaultValues() 공개 메소드

Forces the use of default values
public SetDefaultValues ( ) : void
리턴 void

TaskItemInfo() 공개 메소드

Initializes a new instance of the TaskLinkInfo class with default settings
public TaskItemInfo ( ) : System
리턴 System