Enabled Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Gets or sets a value that determines whether the button is enabled.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public bool Enabled { get; set; }
Visual Basic (Declaration)
Public Property Enabled As Boolean
Visual C++
public:
property bool Enabled {
	bool get ();
	void set (bool value);
}

See Also