RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1ButtonTool Class / Do Method

In This Topic
    Do Method (C1ButtonTool)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected MustOverride Sub Do( _
       ByVal range As C1TextRange _
    ) 
    protected abstract void Do( 
       C1TextRange range
    )

    Parameters

    range
    See Also