EditorModule Constructor (String, String, Boolean, Boolean) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic EditorModule(
string name,
string scriptFile,
bool visible,
bool enabled
)
Public Sub New (
name As String,
scriptFile As String,
visible As Boolean,
enabled As Boolean
)
public:
EditorModule(
String^ name,
String^ scriptFile,
bool visible,
bool enabled
)
new :
name : string *
scriptFile : string *
visible : bool *
enabled : bool -> EditorModule
Parameters
- name
- Type: SystemString
- scriptFile
- Type: SystemString
- visible
- Type: SystemBoolean
- enabled
- Type: SystemBoolean
See Also