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

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

Private Properties

프로퍼티 타입 설명
ShouldSerializeGradientEndColor bool
ShouldSerializeGradientStartColor bool
ShouldSerializePadding bool

공개 메소드들

메소드 설명
Dispose ( ) : void

Releases all resources used by the TaskPaneInfo

SetDefaultEmptyValues ( ) : void

Forces the use of default empty values

SetDefaultValues ( ) : void

Forces the use of default values

TaskPaneInfo ( ) : System

Initializes a new instance of the TaskPaneInfo class with default settings

비공개 메소드들

메소드 설명
ShouldSerializeGradientEndColor ( ) : bool

Specifies whether the GradientEndColor property should be serialized at design time

ShouldSerializeGradientStartColor ( ) : bool

Specifies whether the GradientStartColor property should be serialized at design time

ShouldSerializePadding ( ) : bool

Specifies whether the Padding property should be serialized at design time

메소드 상세

Dispose() 공개 메소드

Releases all resources used by the TaskPaneInfo
public Dispose ( ) : void
리턴 void

SetDefaultEmptyValues() 공개 메소드

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

SetDefaultValues() 공개 메소드

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

TaskPaneInfo() 공개 메소드

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