C# Class ZForge.Controls.ExplorerBar.Expando.ExpandoSurrogate

Inheritance: ISerializable
Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Private Methods

Method Description
ExpandoSurrogate ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ExpandoSurrogate() public method

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

Load() public method

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
return void

Save() public method

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

Property Details

Anchor public_oe property

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

Animate public_oe property

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

AutoLayout public_oe property

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

BackColor public_oe property

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

CanCollapse public_oe property

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

Collapsed public_oe property

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

CustomHeaderSettings public_oe property

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

CustomSettings public_oe property

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

Dock public_oe property

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

Enabled public_oe property

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

ExpandedHeight public_oe property

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

FontDecoration public_oe property

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

FontName public_oe property

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

FontSize public_oe property

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

Location public_oe property

See Expando.Location. This member is not intended to be used directly from your code.
public Point Location
return Point

Name public_oe property

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

ShowFocusCues public_oe property

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

Size public_oe property

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

SpecialGroup public_oe property

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

Text public_oe property

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

Version public_oe property

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

Visible public_oe property

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