C# Класс ZForge.Controls.ExplorerBar.Expando.ExpandoSurrogate

Наследование: ISerializable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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