Infragistics(R) NetAdvantage(R) Windows Forms
FontData Class Members
See Also  Fields  Properties  Methods  Events E-mail your feedback on this topic.
Infragistics.Win Namespace : FontData Class


The following tables list the members exposed by FontData.

Public Constructors

 NameDescription
public ConstructorFontData Constructor Constructor  
Top

Protected Fields

 NameDescription
protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Properties

 NameDescription
public PropertyBold Gets/sets whether to make the font bold  
public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
public PropertyItalic Gets/sets whether to make the font italic  
public PropertyName Gets/sets the name of the font  
public PropertyNonDefaultSettings Bit flags that indicate which properties have non-default values.  
public PropertySizeInPoints Gets/sets the size of the font  
public PropertyStrikeout Gets/sets whether to make the font have a strikeout line thru it  
public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
public PropertyUnderline Gets/sets whether to make the font is underlined  
Top

Protected Properties

 NameDescription
protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Methods

 NameDescription
public MethodCreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
public MethodGetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodInitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodIsSameFontOverloaded.  Returns true if the font that would be returned from CreateFont is the same as the passed in font.  
public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
public MethodReset Resets the properties back to their default values  
public MethodResetBoldResets the Bold property to its default value.  
public MethodResetItalicResets the Italic property to its default value.  
public MethodResetNameResets the Name property to its default value.  
public MethodResetSizeInPointsResets the SizeInPoints property to its default value.  
public MethodResetStrikeoutResets the Strikeout property to its default value.  
public MethodResetUnderlineResets the Underline property to its default value.  
public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
public MethodToString Converts the object to a string based on its propety settings  
public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Top

Protected Methods

 NameDescription
protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
protected MethodOnDispose (Inherited from Infragistics.Shared.DisposableObject)
protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Events

 NameDescription
public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Top

See Also