SelectMouseMode Property (C1FlexViewerPane)
In This Topic
Gets or sets a value indicating whether clicking and dragging with the mouse selects text.
Syntax
'Declaration
Public Property SelectMouseMode As Boolean
public bool SelectMouseMode {get; set;}
See Also