Control Properties |
The Control type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowDrop |
Gets or sets a value indicating whether this control can serve as drop target.
|
![]() | BackgroundColor |
Gets or sets the color for the background of the control
|
![]() | Bounds |
Gets the bounding rectangle of this control relative to its container
|
![]() | Cursor |
Gets or sets the type of cursor to use when the mouse is hovering over the control
|
![]() | Enabled |
Gets or sets a value indicating whether this Control (or its children) are enabled and accept user input.
|
![]() | HasFocus |
Gets a value indicating whether this instance has the keyboard input focus.
|
![]() | Height |
Gets or sets the height of the control size.
|
![]() | IsSuspended |
Gets a value indicating whether the layout of child controls is suspended.
|
![]() | IsVisualControl |
Gets a value indicating this Control is part of the visual tree.
|
![]() | Loaded |
Gets a value indicating that the control is loaded onto a form, that is it has been created, added to a parent, and shown
|
![]() | Location |
Gets the location of the control as positioned by the container
|
![]() | LogicalParent |
Gets the logical parent control.
|
![]() | Parent |
Gets the container which this control has been added to, if any
|
![]() | ParentWindow |
Gets the window this control is contained in
|
![]() | Size |
Gets or sets the size of the control. Use -1 to specify auto sizing for either the width and/or height.
|
![]() | SupportedPlatformCommands |
Gets the supported platform commands that can be used to hook up system functions to user defined logic
|
![]() | TabIndex |
Gets or sets the tab index order for this control within its container.
|
![]() | Tag |
Gets or sets a user-defined object that contains data about the control
|
![]() | ToolTip |
Gets or sets the tool tip to show when the mouse is hovered over the control
|
![]() | Visible |
Gets or sets a value indicating whether this Control is visible to the user.
|
![]() | VisualControls |
Gets an enumeration of controls that are in the visual tree.
|
![]() | VisualParent |
Gets the visual container of this control, if any.
|
![]() | Width |
Gets or sets the width of the control size.
|