Executes the given 
command in the frame.
                Before executing the command, it's recommended to check whether it can be executed or not
                using the 
IsCommandEnabled(EditorCommand) method.
            
 
    Namespace: 
   DotNetBrowser.Frames
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.0
Syntaxbool Execute(
	EditorCommand command
)
Parameters
- command
 - Type: DotNetBrowser.FramesEditorCommand
The command to execute. Cannot be null. 
Return Value
Type: 
Booleantrue if the command has been executed successfully.
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | The command is null. | 
| ObjectDisposedException | The IFrame object has already been disposed. | 
See Also