Partager via


ZoneSmartPartInfo Constructors

Definition

Overloads

ZoneSmartPartInfo()
ZoneSmartPartInfo(String)
ZoneSmartPartInfo(String, String)

ZoneSmartPartInfo()

public:
 ZoneSmartPartInfo();
public ZoneSmartPartInfo ();
Public Sub New ()

Applies to

ZoneSmartPartInfo(String)

public:
 ZoneSmartPartInfo(System::String ^ zoneName);
public ZoneSmartPartInfo (string zoneName);
new Microsoft.Practices.CompositeUI.WinForms.ZoneSmartPartInfo : string -> Microsoft.Practices.CompositeUI.WinForms.ZoneSmartPartInfo
Public Sub New (zoneName As String)

Parameters

zoneName
String

Applies to

ZoneSmartPartInfo(String, String)

public:
 ZoneSmartPartInfo(System::String ^ title, System::String ^ zoneName);
public ZoneSmartPartInfo (string title, string zoneName);
new Microsoft.Practices.CompositeUI.WinForms.ZoneSmartPartInfo : string * string -> Microsoft.Practices.CompositeUI.WinForms.ZoneSmartPartInfo
Public Sub New (title As String, zoneName As String)

Parameters

title
String
zoneName
String

Applies to