ExternalApplicationAppInitString.AlternateTopLevelWindowClass Property
Gets or sets the alternate top level window class.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As ExternalApplicationAppInitString
Dim value As String
value = instance.AlternateTopLevelWindowClass
instance.AlternateTopLevelWindowClass = value
Syntax
'Declaration
<BrowsableAttribute(True)> _
<DescriptionAttribute("Class specified will be used to find the top-level window")> _
<CategoryAttribute("Alternate Top Level Window")> _
<DisplayNameAttribute("FindWindow Class")> _
Public Property AlternateTopLevelWindowClass As String
[BrowsableAttribute(true)]
[DescriptionAttribute("Class specified will be used to find the top-level window")]
[CategoryAttribute("Alternate Top Level Window")]
[DisplayNameAttribute("FindWindow Class")]
public string AlternateTopLevelWindowClass { get; set; }
[BrowsableAttribute(true)]
[DescriptionAttribute(L"Class specified will be used to find the top-level window")]
[CategoryAttribute(L"Alternate Top Level Window")]
[DisplayNameAttribute(L"FindWindow Class")]
public:
property String^ AlternateTopLevelWindowClass {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_AlternateTopLevelWindowClass ()
/** @property */
public void set_AlternateTopLevelWindowClass (String value)
public function get AlternateTopLevelWindowClass () : String
public function set AlternateTopLevelWindowClass (value : String)
Property Value
The alternate top level window class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ExternalApplicationAppInitString Class
ExternalApplicationAppInitString Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.