KaxTimeViewGetEditor Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public Object GetEditor(
Type editorBaseType
)
Public Function GetEditor (
editorBaseType As Type
) As Object
public:
virtual Object^ GetEditor(
Type^ editorBaseType
) sealed
abstract GetEditor :
editorBaseType : Type -> Object
override GetEditor :
editorBaseType : Type -> Object
Parameters
- editorBaseType
- Type: SystemType
Return Value
Type:
ObjectImplements
ICustomTypeDescriptorGetEditor(Type)See Also