ComponentOne FinancialChart for WPF
ButtonStyle Property



C1.WPF Namespace > C1MessageBoxContent Class : ButtonStyle Property
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

Reference

C1MessageBoxContent Class
C1MessageBoxContent Members