TaskDialogCommandLinkButton Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a command link button control of a task dialog.
public ref class TaskDialogCommandLinkButton sealed : System::Windows::Forms::TaskDialogButton
public sealed class TaskDialogCommandLinkButton : System.Windows.Forms.TaskDialogButton
type TaskDialogCommandLinkButton = class
inherit TaskDialogButton
Public NotInheritable Class TaskDialogCommandLinkButton
Inherits TaskDialogButton
- Inheritance
Constructors
TaskDialogCommandLinkButton() |
Initializes a new instance of the TaskDialogButton class. |
TaskDialogCommandLinkButton(String, String, Boolean, Boolean) |
Initializes a new instance of the TaskDialogButton class using the given text and, optionally, a description text. |
Properties
AllowCloseDialog |
Gets or sets a value that indicates whether the task dialog should close when this button is clicked. Or, if this button is the Help button, indicates whether the HelpRequest should be raised. (Inherited from TaskDialogButton) |
BoundPage |
Gets the TaskDialogPage instance which this control is currently bound to. (Inherited from TaskDialogControl) |
DescriptionText |
Gets or sets an additional description text that will be displayed in a separate line. |
Enabled |
Gets or sets a value indicating whether the button can respond to user interaction. (Inherited from TaskDialogButton) |
ShowShieldIcon |
Gets or sets a value that indicates if the User Account Control (UAC) shield icon should be shown near the button; that is, whether the action invoked by the button requires elevation. (Inherited from TaskDialogButton) |
Tag |
Gets or sets the object that contains data about the control. (Inherited from TaskDialogControl) |
Text |
Gets or sets the text associated with this control. (Inherited from TaskDialogButton) |
Visible |
Gets or sets a value that indicates if this TaskDialogButton should be shown when displaying the task dialog. (Inherited from TaskDialogButton) |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from TaskDialogButton) |
GetHashCode() |
Serves as the default hash function. (Inherited from TaskDialogButton) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
PerformClick() |
Simulates a click on this button. (Inherited from TaskDialogButton) |
ToString() |
Returns a string that represents the current TaskDialogButton control. (Inherited from TaskDialogButton) |
Events
Click |
Occurs when the button is clicked. (Inherited from TaskDialogButton) |