-
Couldn't load subscription status.
- Fork 2
T_DataTools_MessageBoxEx_MessageBoxExButton
Nathan Moschkin edited this page Aug 22, 2020
·
3 revisions
Class that represents a button on the dialog box.
System.Object
DataTools.MessageBoxEx.MessageBoxExButton
Namespace: DataTools.MessageBoxEx
Assembly: MessageBoxEx (in MessageBoxEx.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class MessageBoxExButtonVB
Public Class MessageBoxExButtonThe MessageBoxExButton type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
MessageBoxExButton() | Create a new empty button. |
![]() |
MessageBoxExButton(String, MessageBoxExResult, Boolean) | Create a new standard button. |
![]() |
MessageBoxExButton(String, Object, Boolean) | Create a new custom button with a custom result value. |
![]() |
MessageBoxExButton(String, MessageBoxExResult, Bitmap, Boolean) | Create a new standard button with an image. |
![]() |
MessageBoxExButton(String, Object, Bitmap, Boolean) | Create a new custom button with an image. |
| Name | Description | |
|---|---|---|
![]() |
CustomResult | Custom result |
![]() |
DropDownMenuButtons | Collection of buttons for a drop-down menu. |
![]() |
DropDownPlacement | Sets the placement for the drop-down menu. |
![]() |
Image | Specifies the custom icon to display. |
![]() |
IsDefault | Marks this button as default. Note, if there is more than one default button set, the first one wins. |
![]() |
Message | Button text |
![]() |
Result | MessageBox result |
| Name | Description | |
|---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
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.) |


