Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / PrintPreviewControl Class / InputScope Property


In This Topic
    InputScope Property (PrintPreviewControl)
    In This Topic
    Syntax
    'Declaration
     
    Public Property InputScope As InputScope
    'Usage
     
    Dim instance As PrintPreviewControl
    Dim value As InputScope
     
    instance.InputScope = value
     
    value = instance.InputScope
    public InputScope InputScope {get; set;}
    See Also