Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- JavaScript API Reference
- EO.Web
- EO.Web
- Objects
- AJAXPostedFile Object
- AJAXUploader Object
- Calendar Object
- Callback Object
- ColorPicker Object
- ComboBox Object
- Control Object
- Dialog Object
- Downloader Object
- EditableLabel Object
- Editor Object
- EventInfo Object
- FileExplorer Object
- FileExplorerHolder Object
- Floater Object
- Grid Object
- GridCell Object
- GridColumn Object
- GridItem Object
- ImageZoom Object
- ListBox Object
- ListBoxItem Object
- MaskedEdit Object
- MaskedEditSegment Object
- MenuItem Object
- MultiPage Object
- NavigationItem Object
- NavigationItemGroup Object
- Navigator Object
- NavigatorEventInfo Object
- ProgressBar Object
- RangeSlider Object
- Rating Object
- ScriptEvent Object
- Slide Object
- Slider Object
- SliderBase Object
- SpellChecker Object
- Splitter Object
- SplitterPane Object
- ToolBar Object
- ToolBarItem Object
- ToolTip Object
- TreeNode Object
- TreeView Object
- Global Functions
- Event Handlers
- EO.WebEngine
- EO.Web
Control Objects |
The base class for all EO.Web controls.
Methods
Name | Description | |
---|---|---|
focus | Sets input focus to the control. | |
getId | Gets the client ID of the control. | |
getOffsetHeight | Gets the outter height of the control. | |
getOffsetWidth | Gets the outter width of the control. | |
getType | Gets the type name of the control. | |
hasFocus | Checks whether the control has input focus. | |
isLoaded | Returns a boolean value indicating whether the control has been fully loaded. | |
setHeight | Sets the height of the control. | |
setSize | Sets the size of the control. | |
setWidth | Sets the pixel width of the control. | |
unload | Unload the control. |