C# Class ZForge.Controls.ExplorerBar.TaskPane.TaskPaneSurrogate

Inheritance: ISerializable
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

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

Méthodes publiques

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

Private Methods

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

Method Details

Load() public méthode

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

Save() public méthode

Returns a TaskPane that contains the deserialized TaskPaneSurrogate data
public Save ( ) : TaskPane
Résultat TaskPane

TaskPaneSurrogate() public méthode

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

Property Details

AllowExpandoDragging public_oe property

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

Anchor public_oe property

See TaskPane.Anchor. This member is not intended to be used directly from your code.
public AnchorStyles Anchor
Résultat AnchorStyles

AutoScroll public_oe property

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

AutoScrollMargin public_oe property

See TaskPane.AutoScrollMargin. This member is not intended to be used directly from your code.
public Size,System.Drawing AutoScrollMargin
Résultat System.Drawing.Size

BackColor public_oe property

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

CustomSettings public_oe property

See TaskPane.CustomSettings. This member is not intended to be used directly from your code.
public TaskPaneInfo.TaskPaneInfoSurrogate,ZForge.Controls.ExplorerBar CustomSettings
Résultat TaskPaneInfo.TaskPaneInfoSurrogate

Dock public_oe property

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

Enabled public_oe property

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

ExpandoDropIndicatorColor public_oe property

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

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 TaskPane.Location. This member is not intended to be used directly from your code.
public Point Location
Résultat Point

Name public_oe property

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

Size public_oe property

See TaskPane.Size. This member is not intended to be used directly from your code.
public Size,System.Drawing Size
Résultat System.Drawing.Size

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