Udostępnij za pośrednictwem


ExternalApplicationAppInitString.AlternateTopLevelWindow Property

Gets or sets the alternate top level window.

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As ExternalApplicationAppInitString
Dim value As AlternateTopLevelWindowType

value = instance.AlternateTopLevelWindow

instance.AlternateTopLevelWindow = value

Syntax

'Declaration
<DescriptionAttribute("Specify a method for locating Top Window")> _
<DisplayNameAttribute("Top Level Window Mode")> _
<CategoryAttribute("Alternate Top Level Window")> _
<BrowsableAttribute(True)> _
Public Property AlternateTopLevelWindow As AlternateTopLevelWindowType
[DescriptionAttribute("Specify a method for locating Top Window")] 
[DisplayNameAttribute("Top Level Window Mode")] 
[CategoryAttribute("Alternate Top Level Window")] 
[BrowsableAttribute(true)] 
public AlternateTopLevelWindowType AlternateTopLevelWindow { get; set; }
[DescriptionAttribute(L"Specify a method for locating Top Window")] 
[DisplayNameAttribute(L"Top Level Window Mode")] 
[CategoryAttribute(L"Alternate Top Level Window")] 
[BrowsableAttribute(true)] 
public:
property AlternateTopLevelWindowType AlternateTopLevelWindow {
    AlternateTopLevelWindowType get ();
    void set (AlternateTopLevelWindowType value);
}
/** @property */
public AlternateTopLevelWindowType get_AlternateTopLevelWindow ()

/** @property */
public void set_AlternateTopLevelWindow (AlternateTopLevelWindowType value)
public function get AlternateTopLevelWindow () : AlternateTopLevelWindowType

public function set AlternateTopLevelWindow (value : AlternateTopLevelWindowType)

Property Value

The alternate top level window.

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.