C# 클래스 ZForge.Controls.ExplorerBar.Expando.ExpandoSurrogate

상속: ISerializable
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Anchor AnchorStyles
Animate bool
AutoLayout bool
BackColor string
CanCollapse bool
Collapsed bool
CustomHeaderSettings HeaderInfo.HeaderInfoSurrogate
CustomSettings ExpandoInfo.ExpandoInfoSurrogate
Dock DockStyle
Enabled bool
ExpandedHeight int
FontDecoration FontStyle
FontName string
FontSize float
Location Point
Name string
ShowFocusCues bool
Size System.Drawing.Size
SpecialGroup bool
Text string
Version int
Visible bool

공개 메소드들

메소드 설명
ExpandoSurrogate ( ) : System

Initializes a new instance of the ExpandoSurrogate class with default settings

Load ( Expando expando ) : void

Populates the ExpandoSurrogate with data that is to be serialized from the specified Expando

Save ( ) : Expando

Returns an Expando that contains the deserialized ExpandoSurrogate data

비공개 메소드들

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

메소드 상세

ExpandoSurrogate() 공개 메소드

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

Load() 공개 메소드

Populates the ExpandoSurrogate with data that is to be serialized from the specified Expando
public Load ( Expando expando ) : void
expando Expando The Expando that contains the data /// to be serialized
리턴 void

Save() 공개 메소드

Returns an Expando that contains the deserialized ExpandoSurrogate data
public Save ( ) : Expando
리턴 Expando

프로퍼티 상세

Anchor 공개적으로 프로퍼티

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

Animate 공개적으로 프로퍼티

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

AutoLayout 공개적으로 프로퍼티

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

BackColor 공개적으로 프로퍼티

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

CanCollapse 공개적으로 프로퍼티

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

Collapsed 공개적으로 프로퍼티

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

CustomHeaderSettings 공개적으로 프로퍼티

See Expando.CustomHeaderSettings. This member is not intended to be used directly from your code.
public HeaderInfo.HeaderInfoSurrogate,ZForge.Controls.ExplorerBar CustomHeaderSettings
리턴 HeaderInfo.HeaderInfoSurrogate

CustomSettings 공개적으로 프로퍼티

See Expando.CustomSettings. This member is not intended to be used directly from your code.
public ExpandoInfo.ExpandoInfoSurrogate,ZForge.Controls.ExplorerBar CustomSettings
리턴 ExpandoInfo.ExpandoInfoSurrogate

Dock 공개적으로 프로퍼티

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

Enabled 공개적으로 프로퍼티

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

ExpandedHeight 공개적으로 프로퍼티

See Expando.ExpandedHeight. This member is not intended to be used directly from your code.
public int ExpandedHeight
리턴 int

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 Expando.Location. This member is not intended to be used directly from your code.
public Point Location
리턴 Point

Name 공개적으로 프로퍼티

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

ShowFocusCues 공개적으로 프로퍼티

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

Size 공개적으로 프로퍼티

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

SpecialGroup 공개적으로 프로퍼티

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

Text 공개적으로 프로퍼티

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

Version 공개적으로 프로퍼티

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

Visible 공개적으로 프로퍼티

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