C# Класс ZForge.Controls.ExplorerBar.TaskPane.TaskPaneSurrogate

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

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

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