CustomButtonClicked Property

Vista Bridge Library

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

Indicates which named custom button was selected by the user. It will be null if user cancelled the dialog or selected a standard button.

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

Syntax

C#
public string CustomButtonClicked { get; }
Visual Basic (Declaration)
Public ReadOnly Property CustomButtonClicked As String
Visual C++
public:
property String^ CustomButtonClicked {
	String^ get ();
}

See Also