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)

public:
property bool IsGlowing {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

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

Return to top

Community Additions

ADD
Show: