ComponentOne FinancialChart for WPF
NoText Property



C1.WPF Namespace > C1MessageBoxContent Class : NoText Property
Gets or sets the text displayed in the No button.
Syntax
'Declaration
 
Public Property NoText As String
'Usage
 
Dim instance As C1MessageBoxContent
Dim value As String
 
instance.NoText = value
 
value = instance.NoText
public string NoText {get; set;}
public:
property String^ NoText {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

C1MessageBoxContent Class
C1MessageBoxContent Members