C# 클래스 ZForge.Controls.ExplorerBar.TaskPane.TaskPaneSurrogate

상속: ISerializable
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 프로퍼티들

프로퍼티 타입 설명
AllowExpandoDragging bool
Anchor AnchorStyles
AutoScroll bool
AutoScrollMargin System.Drawing.Size
BackColor string
CustomSettings TaskPaneInfo.TaskPaneInfoSurrogate
Dock DockStyle
Enabled bool
ExpandoDropIndicatorColor string
FontDecoration FontStyle
FontName string
FontSize float
Location Point
Name string
Size System.Drawing.Size
Version int
Visible bool

공개 메소드들

메소드 설명
Load ( TaskPane taskPane ) : void

Populates the TaskPaneSurrogate with data that is to be serialized from the specified TaskPane

Save ( ) : TaskPane

Returns a TaskPane that contains the deserialized TaskPaneSurrogate data

TaskPaneSurrogate ( ) : System

Initializes a new instance of the TaskPaneSurrogate class with default settings

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
TaskPaneSurrogate ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

Load() 공개 메소드

Populates the TaskPaneSurrogate with data that is to be serialized from the specified TaskPane
public Load ( TaskPane taskPane ) : void
taskPane TaskPane The TaskPane that contains the data /// to be serialized
리턴 void

Save() 공개 메소드

Returns a TaskPane that contains the deserialized TaskPaneSurrogate data
public Save ( ) : TaskPane
리턴 TaskPane

TaskPaneSurrogate() 공개 메소드

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

프로퍼티 상세

AllowExpandoDragging 공개적으로 프로퍼티

See TaskPane.AllowExpandoDragging. This member is not intended to be used directly from your code.
public bool AllowExpandoDragging
리턴 bool

Anchor 공개적으로 프로퍼티

See TaskPane.Anchor. This member is not intended to be used directly from your code.
public AnchorStyles Anchor
리턴 AnchorStyles

AutoScroll 공개적으로 프로퍼티

See TaskPane.AutoScroll. This member is not intended to be used directly from your code.
public bool AutoScroll
리턴 bool

AutoScrollMargin 공개적으로 프로퍼티

See TaskPane.AutoScrollMargin. This member is not intended to be used directly from your code.
public Size,System.Drawing AutoScrollMargin
리턴 System.Drawing.Size

BackColor 공개적으로 프로퍼티

See TaskPane.BackColor. This member is not intended to be used directly from your code.
public string BackColor
리턴 string

CustomSettings 공개적으로 프로퍼티

See TaskPane.CustomSettings. This member is not intended to be used directly from your code.
public TaskPaneInfo.TaskPaneInfoSurrogate,ZForge.Controls.ExplorerBar CustomSettings
리턴 TaskPaneInfo.TaskPaneInfoSurrogate

Dock 공개적으로 프로퍼티

See TaskPane.Dock. This member is not intended to be used directly from your code.
public DockStyle Dock
리턴 DockStyle

Enabled 공개적으로 프로퍼티

See TaskPane.Enabled. This member is not intended to be used directly from your code.
public bool Enabled
리턴 bool

ExpandoDropIndicatorColor 공개적으로 프로퍼티

See TaskPane.ExpandoDropIndicatorColor. This member is not intended to be used directly from your code.
public string ExpandoDropIndicatorColor
리턴 string

FontDecoration 공개적으로 프로퍼티

See Font.Style. This member is not intended to be used directly from your code.
public FontStyle FontDecoration
리턴 FontStyle

FontName 공개적으로 프로퍼티

See Font.Name. This member is not intended to be used directly from your code.
public string FontName
리턴 string

FontSize 공개적으로 프로퍼티

See Font.Size. This member is not intended to be used directly from your code.
public float FontSize
리턴 float

Location 공개적으로 프로퍼티

See TaskPane.Location. This member is not intended to be used directly from your code.
public Point Location
리턴 Point

Name 공개적으로 프로퍼티

See TaskPane.Name. This member is not intended to be used directly from your code.
public string Name
리턴 string

Size 공개적으로 프로퍼티

See TaskPane.Size. This member is not intended to be used directly from your code.
public Size,System.Drawing Size
리턴 System.Drawing.Size

Version 공개적으로 프로퍼티

Version number of the surrogate. This member is not intended to be used directly from your code.
public int Version
리턴 int

Visible 공개적으로 프로퍼티

See TaskPane.Visible. This member is not intended to be used directly from your code.
public bool Visible
리턴 bool