Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicStyleInfo Class
Members


In This Topic
    DynamicStyleInfo Class
    In This Topic
    Represents a special AppearanceStyleInfo that is used to customize a AppearanceStyleInfo under the DynamicStyleInfoContext class.
    Syntax
    'Declaration
     
    
    Public Class DynamicStyleInfo 
       Inherits AppearanceStyleInfo
       Implements FarPoint.Win.ICanSerializeXml, FarPoint.Win.ISerializeSupport 
    'Usage
     
    
    Dim instance As DynamicStyleInfo
    Remarks
    This DynamicStyleInfo allows you to customize a AppearanceStyleInfo dynamically. You can attach a ConditionHandler event handling method, and return a AppearanceStyleInfo with the given DynamicStyleInfoContext.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Win.BaseStyleInfo
          FarPoint.Win.Spread.StyleInfo
             FarPoint.Win.Spread.AppearanceStyleInfo
                FarPoint.Win.Spread.DynamicStyleInfo

    See Also