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

Inheritance: ISerializable
Datei anzeigen Open project: zhuangyy/Motion

Public Properties

Property 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

Public Methods

Method 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

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

Method Details

Load() public method

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

Save() public method

Returns a TaskPane that contains the deserialized TaskPaneSurrogate data
public Save ( ) : TaskPane
return TaskPane

TaskPaneSurrogate() public method

Initializes a new instance of the TaskPaneSurrogate class with default settings
public TaskPaneSurrogate ( ) : System
return 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
return bool

Anchor public_oe property

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

AutoScroll public_oe property

See TaskPane.AutoScroll. This member is not intended to be used directly from your code.
public bool AutoScroll
return 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
return 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
return 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
return TaskPaneInfo.TaskPaneInfoSurrogate

Dock public_oe property

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

Enabled public_oe property

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

ExpandoDropIndicatorColor public_oe property

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

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

Name public_oe property

See TaskPane.Name. This member is not intended to be used directly from your code.
public string Name
return 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
return 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
return int

Visible public_oe property

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