ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1MessageBoxContent Class / ButtonStyle Property



In This Topic
    ButtonStyle Property
    In This Topic
    Gets or sets the style applied to the message box's buttons.
    Syntax
    'Declaration
     
    
    Public Property ButtonStyle As Style
    'Usage
     
    
    Dim instance As C1MessageBoxContent
    Dim value As Style
     
    instance.ButtonStyle = value
     
    value = instance.ButtonStyle
    public Style ButtonStyle {get; set;}
    public:
    property Style^ ButtonStyle {
       Style^ get();
       void set (    Style^ value);
    }
    See Also