VerticalScroll
Whether vertical scrollbars should be displayed in multi-line mode.
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiTextbox.ScrollMode
Attribute getter
public getVerticalScroll(): keyof typeof ScrollMode | null;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
keyof typeof ScrollMode | The current value of the attribute. |
Attribute setter
public setVerticalScroll(valueNew: ScrollMode | keyof typeof ScrollMode | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | ScrollMode, keyof typeof ScrollMode, null | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available since version 1.12.760 |
