CustomMessageBox.MiddleButton Property
Gets the middle button.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Button MiddleButton { get; }
public:
property Button^ MiddleButton {
Button^ get();
}
Public ReadOnly Property MiddleButton 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