Click or drag to resize

Form Properties

The Form type exposes the following members.

Properties
  NameDescription
Public propertyCanFocus
Gets or sets a value indicating that this form can get keyboard/input focus when the user clicks on it or any child control.
Public propertyShowActivated
Gets or sets a value indicating that the form should be activated when initially shown.
Public propertyVisible
Gets or sets a value indicating whether this Control is visible to the user.
(Overrides ControlVisible.)
Top
See Also