| IWpfWebBrowserSelectAllCommand Property | 
Version 63.0.0
            Select all text.
            
 
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 63.0.0.0 (63.0.0.0)
 Syntax
SyntaxICommand SelectAllCommand { get; }property ICommand^ SelectAllCommand {
	ICommand^ get ();
}Property Value
Type: 
ICommandThe select all command.
 See Also
See Also