GlowingLabel.IsGlowing Property

 

Gets or sets a value that indicates whether the label is glowing.

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

Syntax

public bool IsGlowing { get; set; }
public:
property bool IsGlowing {
    bool get();
    void set(bool value);
}
Public Property IsGlowing As Boolean

Property Value

Type: System.Boolean

A System.Boolean: true if the label is glowing; otherwise, false.

Remarks

The value of this property should be true for Aero Glass and false for a standard surface.

See Also

GlowingLabel Class
Microsoft.WindowsServerSolutions.Common.WizardBase Namespace

Return to top