Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / SpreadOptionsDlg Class / chbShowTitle Field


In This Topic
    chbShowTitle Field
    In This Topic
    Syntax
    'Declaration
     
    
    Protected chbShowTitle As CheckBox
    'Usage
     
    
    Dim instance As SpreadOptionsDlg
    Dim value As CheckBox
     
    value = instance.chbShowTitle
     
    instance.chbShowTitle = value
    protected CheckBox chbShowTitle
    See Also