RectControl
ErrorProvider
![]() | Used for internal quality control of the plugin. |
![]() | If set to true then the blinking of the error provider is disabled. |
![]() | Determines if the control should be enabled when the owning window is opened. |
![]() | Returns count of errors |
![]() | The height (in points) of the control. |
![]() | Sets high resolution image that the ErrorProvider should show when in retina mode. (Legacy property) |
![]() | Sets image that the ErrorProvider should show. |
![]() | The left side of the control in local coordinates (relative to the window) |
![]() | The top of the control in local coordinates (relative to the window). |
![]() | Determines whether the control is visible when its owning window is opened. The default is True: the control is visible. |
![]() | The width (in points) of the control. |
![]() | Clears an error from a given control. This variation takes DesktopUIControl as parameter. |
![]() | Clears an error from a given control. This variation takes RectControl as parameter. |
![]() | Clears a errors from all controls that belong to this error provider |
![]() | Gets the error message that belongs to a given control. This is for example often used in mouse down event on the error provider. |
![]() | Gets the error message that belongs to a given control. This is for example often used in mouse down event on the error provider. |
![]() | If applicable, sets the focus to the DesktopUIControl. KeyDown events are directed to the control. |
![]() | Shows an error for a given control. In this variation shows the error on the right side of the control which is the default side. |
![]() | Shows a error for a given control. In this variation you can chose if the error should be shown on the left or right side of the control. |
![]() | Shows an error for a given control. In this variation shows the error on the right side of the control which is the default side. |
![]() | Shows an error for a given control. In this variation you can chose if the error should be shown on the left or right side of the control. |
![]() | This event is called when it is appropriate to display a contextual menu for the control. |
![]() | Fires when a contextual menuitem selectedItem was selected but the MenuItemSelected event and the MenuHandler for the MenuItem did not handle the menu selection. |
![]() | This event is fired when the error is double clicked. |
![]() | Fires when the passed DragItem enters the RectControl. |
![]() | Fires when the passed DragItem exits the RectControl. |
![]() | Fires when the DragItem is over the RectControl. |
![]() | The item represented by Obj has been dropped on the control. |
![]() | The user has pressed the Key passed while the control has the focus. |
![]() | Fires when the passed Key is released in the control that has the focus. |
![]() | This event is fired when the error gets mouse down on. |
![]() | The mouse button was pressed inside the control and moved (dragged) at the location local to the control passed in to x, y. The user has moved the mouse inside the control while the mouse button is held down. This event handler receives parameters that indicate where the mouse is in coordinates local to the control. |
![]() | This event is fired when the mouse enters the error. |
![]() | This event is fired when the exits enters the error. |
![]() | This event is fired when the mouse moves on the error. |
![]() | This event is fired when the error gets mouse up on. |
![]() | The mouse wheel has been moved. |
![]() | Use this event to solve cases when you have complex embedding and the ErrorProvider fails to embed canvas to display the Error symbol. |