Partager via


CustomMessageBox.RightButton Property

 

Gets the rightmost button.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public Button RightButton { get; }
public:
property Button^ RightButton {
    Button^ get();
}
Public ReadOnly Property RightButton 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