CommonFileDialogButton Members

Vista Bridge Library

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

The CommonFileDialogButton type exposes the following members.

Constructors

  NameDescription
CommonFileDialogButtonOverloaded.

Methods

  NameDescription
ApplyPropertyChange
Calls the hosting dialog, if it exists, to to indicate that a property has changed, and that the dialog should do whatever is necessary to propagate the change to the native control. Note that if the dialog isn't set yet, there are no restrictions on setting the property.
(Inherited from DialogControl.)
CheckPropertyChangeAllowed
Calls the hosting dialog, if it exists, to check whether the property can be set in the dialog's current state. The host should throw an exception if the change is not supported. Note that if the dialog isn't set yet, there are no restrictions on setting the property.
(Inherited from DialogControl.)
Equals
Compares two objects to determine whether they are equal
(Inherited from DialogControl.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from DialogControl.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
textValue
Holds the text that will be displayed for this control.
(Inherited from CommonFileDialogControl.)

Properties

  NameDescription
Enabled
Is this control enabled. Disabled controls are grayed out.
(Inherited from CommonFileDialogControl.)
IsProminent
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'.
(Inherited from CommonFileDialogProminentControl.)
Name (Inherited from DialogControl.)
Text
The text string that shows on the control
(Inherited from CommonFileDialogControl.)
Visible
Gets or sets a boolean value that indicates whether (true) or not (false) this control is visible.
(Inherited from CommonFileDialogControl.)

Events

  NameDescription
Click
Occurs when the control is clicked. This event is routed from COM via the event sink.

See Also