Compartilhar via


CustomMessageBox.LeftButton Property

 

Gets the leftmost button.

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

Syntax

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