Editor Constructor |
Initializes a new instance of the Editor class. |
Animate |
Gets or sets a value indicating whether the drop down window should animate when it is opened. |
Bounds |
Gets the bounds of the editor. |
ClonedFrom |
Gets or sets the editor this editor is cloned from. |
Container (inherited from Component) |
Gets the IContainer that contains the Component. |
DroppedDown |
Gets or sets a value indicating whether the editor is displaying its drop-down portion. |
Enabled |
Gets or sets a value indicating whether the editor is enabled. |
IsActivated |
Gets a value indicating whether the editor is activated. |
IsDialogOpened |
Gets a value indicating whether the editor is displaying the modal dialog. |
LargeButtonLayout |
Gets or sets a value indicating whether the editor should display large buttons. |
Renderer |
The renderer that paints this control. |
RightToLeft |
Gets or sets whether the content displayed by the editor is displayed from right to left. |
Site (inherited from Component) |
Gets or sets the ISite of the Component. |
Value |
Gets or sets the value to edit. |
Activate |
Activates the editor and starts to edit the value. |
Clone |
Creates a new editor and copies the state from this editor. |
CreateObjRef (inherited from MarshalByRefObject) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
DisplayModalDialog |
Displays the modal dialog used to edit the value. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
Equals (inherited from Object) |
Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) |
Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) |
Obtains a lifetime service object to control the lifetime policy for this instance. |
OnValueModified |
Raises the ValueModified event. |
ToString (inherited from Component) |
Overridden. See Object.ToString. |
Activated |
Occurs when the editor is activated and starts to edit a value. |
BeforeDeactivate |
Occurs before the editor loses focus and ends editing a value. |
Deactivated |
Occurs when the editor loses focus and ends editing a value. |
Disposed (inherited from Component) |
Adds an event handler to listen to the Disposed event on the component. |
DropDown |
Occurs before the drop-down portion of an editor is shown. |
IsInputKey |
Occurs when the editor determines whether the specified key is a special key that requires preprocessing. |
KeyDown |
Occurs when a key that requires preprocessing is pressed while the editor is active. |
OpenDialog |
Occurs before the modal dialog of an editor is open. |
ValueChanged |
Occurs when the Value property has changed. |
ValueModified |
Occurs when the editor value is changed by the user. |
DesignMode (inherited from Component) |
Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) |
Gets the list of event handlers that are attached to this Component. |
HorizontalDropDownScrollBar |
Gets or sets a value indicating whether the horizontal scrollbar of the drop down window should be visible when it's needed. |
MaxDropDownRows |
Gets or sets the maximum number of rows to be shown in the drop-down portion of the editor. |
PreferredDropDownSize |
Gets or sets the preferred size of the of the drop-down portion of an editor. |
VerticalDropDownScrollBar |
Gets or sets a value indicating whether the vertical scrollbar of the drop down window should be visible when it's needed. |
CreateDropDownArea |
Virtual method that should create the area control used in the drop down window to edit values. |
CreateEditorControl |
Virtual method that should create the control used to edit values. |
CreateEditorForm |
Virtual method that should create the form used as a modal dialog to edit values. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
Finalize (inherited from Component) |
Overridden. See Object.Finalize. In C# and C++, finalizers are expressed using destructor syntax. |
GetCanEdit |
Virtual method that should return a value that indicates whether the editor can edit the value. |
GetService (inherited from Component) |
Returns an object that represents a service provided by the Component or by its Container. |
GetSupportsDialog |
Virtual method that should return a value that indicates whether the editor supports editing by a modal dialog. |
GetSupportsDropDown |
Virtual method that should return a value that indicates whether the editor supports editing by a drop down window. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
OnActivated |
Raises the Activated event. |
OnBeforeDeactivate |
Raises the BeforeDeactivate event. |
OnDeactivated |
Raises the Deactivated event. |
OnDropDown |
Raises the DropDown event. |
OnIsInputKey |
Raises the IsInputKey event. |
OnKeyDown |
Raises the KeyDown event. |
OnOpenDialog |
Raises the OpenDialog event. |
OnValueChanged |
Raises the ValueChanged event. |
PerformInvalidate |
Overloaded. Raises the Invalidate event. |
PerformLayout |
Updates the layout of the editor. |