TaskDialogCommandLink Members

Vista Bridge Library

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

The TaskDialogCommandLink type exposes the following members.

Constructors

  NameDescription
TaskDialogCommandLinkOverloaded.

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 representation of this object.
(Overrides TaskDialogButtonBase..::.ToString()()().)

Properties

  NameDescription
Default
Gets or sets a value that indicates whether this button is the default button.
(Inherited from TaskDialogButtonBase.)
Enabled
Gets or sets a value that determines whether the button is enabled.
(Inherited from TaskDialogButtonBase.)
Instruction
Gets or sets the instruction associated with this command link button.
Name (Inherited from DialogControl.)
ShowElevationIcon
Gets or sets a value that controls whether the elevation icon is displayed.
(Inherited from TaskDialogButton.)
Text
Gets or sets the button text.
(Inherited from TaskDialogButtonBase.)

Events

  NameDescription
Click
Raised when the task dialog button is clicked.
(Inherited from TaskDialogButtonBase.)

See Also