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

Inheritance: ISerializable
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Méthode Description
ExpandoSurrogate ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ExpandoSurrogate() public méthode

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

Load() public méthode

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
Résultat void

Save() public méthode

Returns an Expando that contains the deserialized ExpandoSurrogate data
public Save ( ) : Expando
Résultat 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
Résultat AnchorStyles

Animate public_oe property

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

AutoLayout public_oe property

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

BackColor public_oe property

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

CanCollapse public_oe property

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

Collapsed public_oe property

See Expando.Collapsed. This member is not intended to be used directly from your code.
public bool Collapsed
Résultat 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
Résultat 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
Résultat ExpandoInfo.ExpandoInfoSurrogate

Dock public_oe property

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

Enabled public_oe property

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

ExpandedHeight public_oe property

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

FontDecoration public_oe property

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

FontName public_oe property

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

FontSize public_oe property

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

Location public_oe property

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

Name public_oe property

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

ShowFocusCues public_oe property

See Expando.ShowFocusCues. This member is not intended to be used directly from your code.
public bool ShowFocusCues
Résultat 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
Résultat 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
Résultat bool

Text public_oe property

See Expando.Text. This member is not intended to be used directly from your code.
public string Text
Résultat 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
Résultat int

Visible public_oe property

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