IsProminent Property

Vista Bridge Library

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

Sets or gets the prominent value of this control. Note: Only one control can be specified as prominent. If more than one control is specified prominent, then an 'E_UNEXPECTED' exception will be thrown when these controls are added to the dialog. A group box control can only be specified as prominent if it contains one control and that control is of the type 'CommonFileDialogProminentControl'.

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

Syntax

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

See Also