Property | Type | Description | |
---|---|---|---|
command | string | ||
dirty | bool | ||
enabledDefault | bool | ||
hint | string | ||
name | string |
Method | Description | |
---|---|---|
ContextMenuInfo ( string name, string hint, string command, bool enabledDefault ) : csscript | ||
ContextMenuInfo ( string name, string hint, string command, bool enabled, bool enabledDefault ) : csscript |
Method | Description | |
---|---|---|
IsShellCmdEnabled ( string name, string command ) : bool |
public ContextMenuInfo ( string name, string hint, string command, bool enabledDefault ) : csscript | ||
name | string | |
hint | string | |
command | string | |
enabledDefault | bool | |
return | csscript |
public ContextMenuInfo ( string name, string hint, string command, bool enabled, bool enabledDefault ) : csscript | ||
name | string | |
hint | string | |
command | string | |
enabled | bool | |
enabledDefault | bool | |
return | csscript |