Gets the dimension of the editor's scrollable region.
Namespace: SpiceLogic.WinHTMLEditor
Assembly: WinHTMLEditorControl (in WinHTMLEditorControl.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property ScrollRectangle As Rectangle |
| C# |
|---|
| public Rectangle ScrollRectangle { get; } |
| C++ |
|---|
| public property Rectangle ScrollRectangle sealed { Rectangle get(); } |
| J# |
|---|
| /** property */ public Rectangle get_ScrollRectangle(); |
| JScript |
|---|
| public function get ScrollRectangle() : Rectangle |