PowerObject
Control
| PB | C#.NET | Supported |
| Control | System.Windows.Forms.Control | Yes |
| Properties | ||
| AccessibleDescription | AccessibleDescription | Yes |
| AccessibleName | AccessibleName | Yes |
| AccessibleRole | AccessibleRole | Yes |
| BackColor | BackColor | Yes |
| DragAuto | No | |
| DragIcon | No | |
| Enabled | Enabled | Yes |
| FaceName | Font.Name | Yes |
| FontCharSet | Font.GdiCharSet | Yes |
| FontFamily | Font.FontFamily | Yes |
| FontPitch | No | |
| Height | Height | Yes |
| Italic | Font.Italic | Yes |
| Pointer | Cursor | Yes |
| RightToLeft | RightToLeft | Yes |
| TabOrder | TabIndex | Yes |
| Tag | Tag | Yes |
| Text | Text | Yes |
| TextColor | ForeColor | Yes |
| TextSize | Font.Size | Yes |
| Underline | Font.Underline | Yes |
| Visible | Visible | Yes |
| Weight | Font.Bold | Yes |
| Width | Width | Yes |
| X | Left | Yes |
| Y | Top | Yes |
| Methods | ||
| Drag | No | |
| Hide | Hide | Yes |
| Move | Location | Yes |
| PointerX | Left | Yes |
| PointerY | Top | Yes |
| No | ||
| Resize | Size | Yes |
| SetFocus | Focus | Yes |
| SetPosition | Location | Yes |
| SetRedraw | No | |
| Show | Show | Yes |
| Destroy | Dispose | Yes |
| Events | ||
| Clicked | Click | Yes |
| DragDrop | DragDrop | Yes |
| DragEnter | DragEnter | Yes |
| DragLeave | DragLeave | Yes |
| DragWithin | DragOver | Yes |
| DoubleClicked | DoubleClick | Yes |
| GetFocus | GotFocus | Yes |
| Help | HelpRequested | Yes |
| LoseFocus | LostFocus | Yes |
| Other | No | |
| RButtonDown | MouseDown | Yes |