CustomMessageBox.Result Property
Gets the button that was clicked by the user.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Button Result { get; }
public:
property Button^ Result {
Button^ get();
}
Public ReadOnly Property Result As Button
Property Value
Type: System.Windows.Forms.Button
A System.Windows.Forms.Button.
See Also
CustomMessageBox Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top