Text Property

Vista Bridge Library

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

Gets or sets the Text contained in this CommonFileDialogTextBox.

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

Syntax

C#
public override string Text { get; set; }
Visual Basic (Declaration)
Public Overrides Property Text As String
Visual C++
public:
virtual property String^ Text {
	String^ get () override;
	void set (String^ value) override;
}

See Also