WebForm

Assembly: WebForms;

Description

The WebForm class implements a web form.

Class object methods inherited from IWebFormComponent

  Property name Brief description
Clipboard The Clipboard property returns web form clipboard.

Class object properties inherited from IWebControl

  Property name Brief description
BorderColor The BorderColor property determines a component border color.
Color The Color property determines a component background color.
Enabled The Enabled property determines whether the component is available for the user.
PopupMenu The PopupMenu property determines the context menu displayed for the component.
Text The Text property determines the row identifying the component for the user.
Visible The Visible property determines whether the component is displayed when a form is executed.

Class object methods inherited from IWebFormComponent

  Method name Brief description
Close The Close method closes the current web form.
ShowObject The ShowObject method opens the specified web form in a new browser tab.

See also:

WebForms Assembly Classes