KryptonTaskDialog Class |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public class KryptonTaskDialog : Component, INotifyPropertyChanged
The KryptonTaskDialog type exposes the following members.
Name | Description | |
---|---|---|
![]() | KryptonTaskDialog |
Initialize a new instance of the KryptonTaskDialog class.
|
Name | Description | |
---|---|---|
![]() | AllowDialogClose |
Gets and sets if the window can be closed.
|
![]() | CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
![]() | CheckboxState |
Gets and sets the Checkbox text.
|
![]() | CheckboxText |
Gets and sets the Checkbox text.
|
![]() | CommandButtons |
Gets access to the collection of command button definitions.
|
![]() | CommonButtons |
Gets and sets the common dialog buttons.
|
![]() | Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
![]() | Content |
Gets and sets the extra text.
|
![]() | CustomFooterIcon |
Gets and sets the custom footer icon.
|
![]() | CustomIcon |
Gets and sets the custom icon.
|
![]() | DefaultButton |
Gets and sets the default common button.
|
![]() | DefaultRadioButton |
Gets and sets the default radio button.
|
![]() | DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
![]() | Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
![]() | FooterHyperlink |
Gets and sets the footer hyperlink.
|
![]() | FooterIcon |
Gets and sets the predefined footer icon.
|
![]() | FooterText |
Gets and sets the footer text.
|
![]() | Icon |
Gets and sets the predefined icon.
|
![]() | MainInstruction |
Gets and sets the principal text.
|
![]() | RadioButtons |
Gets access to the collection of radio button definitions.
|
![]() | Site | (Inherited from Component.) |
![]() | Tag |
Gets and sets user-defined data associated with the object.
|
![]() | WindowTitle |
Gets and sets the caption of the window.
|
Name | Description | |
---|---|---|
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | Dispose | Releases all resources used by the Component. (Inherited from Component.) |
![]() | Dispose(Boolean) |
Clean up any resources being used.
(Overrides ComponentDispose(Boolean).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetService | (Inherited from Component.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() | OnFooterHyperlinkClicked |
Raises the PropertyFooterHyperlinkClickedChanged event.
|
![]() | OnPropertyChanged |
Raises the PropertyChanged event.
|
![]() ![]() | Show |
Show a task dialog using the specified values as content.
|
![]() | ShowDialog |
Shows the task dialog as a modal dialog box with the currently active window set as its owner.
|
![]() | ShowDialog(IWin32Window) |
Shows the form as a modal dialog box with the specified owner.
|
![]() | ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
Name | Description | |
---|---|---|
![]() | Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
![]() | FooterHyperlinkClicked |
Occurs when the users clicks the footer hyperlink.
|
![]() | PropertyChanged |
Occurs when a property has changed value.
|
Name | Description | |
---|---|---|
![]() | MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) |
![]() | PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |