Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1MessageBoxContent Class / ButtonStyle Property

In This Topic
    ButtonStyle Property (C1MessageBoxContent)
    In This Topic
    Gets or sets the style applied to the message box's buttons.
    Syntax
    'Declaration
     
    
    Public Property ButtonStyle As Style
    public Style ButtonStyle {get; set;}
    See Also