Partager via


LinkLauncher.LaunchButtonVisible Property

 

Gets or sets a value that indicates whether the launch button is visible.

Namespace:   Microsoft.WindowsServerSolutions.Common.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

[BrowsableAttribute(true)]
public bool LaunchButtonVisible { get; set; }
public:
[BrowsableAttribute(true)]
property bool LaunchButtonVisible {
    bool get();
    void set(bool value);
}
<BrowsableAttribute(True)>
Public Property LaunchButtonVisible As Boolean

Property Value

Type: System.Boolean

A System.Boolean: true if the launch button is visible; otherwise, false.

See Also

LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace

Return to top