ComponentOne Basic Library for WPF and Silverlight
NoText Property (C1MessageBoxContent)


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

Reference

C1MessageBoxContent Class
C1MessageBoxContent Members