Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / AdjustStringFormat Method
Format


In This Topic
    AdjustStringFormat Method (FpCheckBox)
    In This Topic
    Adjusts the format.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AdjustStringFormat( _
       ByRef fmt As StringFormat _
    ) 
    'Usage
     
    
    Dim instance As FpCheckBox
    Dim fmt As StringFormat
     
    instance.AdjustStringFormat(fmt)
    protected virtual void AdjustStringFormat( 
       ref StringFormat fmt
    )

    Parameters

    fmt
    Format
    See Also