ZoneSmartPartInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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