C1.Win.Input.Pickers.FontPicker Namespace / InvalidFontFamily Class
Properties Methods Events


InvalidFontFamily Class Members

The following tables list the members exposed by InvalidFontFamily.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the InvalidFontFamily class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether the user can set an incorrect string as SelectedFontFamily or not.  
Public PropertyGets or sets the text shown in the C1.Win.Input.Pickers.C1FontPicker's editor for any incorrect input.  
Public PropertyGets or sets a FontFamily name of one of the installed fonts that will be returned as SelectedFontFamily for any incorrect input.  
Top
Public Methods
 NameDescription
Public MethodReset all to default properties.  
Public MethodReturns the string that represents the current object.  
Top
Protected Methods
 NameDescription
Protected MethodRaises the PropertyChanged event.  
Protected MethodRestores the default value of the DisplayedText property.  
Protected MethodRestores the default value of the SelectedFontFamily property.  
Protected MethodCompares two values of property and raises an PropertyChanged event if they are different.  
Protected MethodSpecifies whether to save the value of the DisplayedText property.  
Protected MethodSpecifies whether to save the value of the SelectedFontFamily property.  
Top
Public Events
 NameDescription
Public EventOccurs when a property value changes.  
Top
See Also