[To be supplied.]
[Visual Basic] Protected Function IsEditable( _ ByVal editor As ValueEditor _ ) As Boolean [C#] protected bool IsEditable( ValueEditor editor ); [C++] protected: bool IsEditable( ValueEditor* editor ); [JScript] protected function IsEditable( editor : ValueEditor ) : Boolean;
ValueEditorHost Class | ValueEditorHost Members | System.WinForms Namespace