Included Services - Summary |
::com::sun::star::awt::UnoControlModel |
- (referenced entity's summary:)
- specifies the standard model of an ::com::sun::star::awt::UnoControl
in the Smalltalk model view controller design.
|
Properties' Summary |
short
Border |
specifies the border style of the control.
|
boolean
Enabled |
determines whether the control is enabled or disabled.
|
boolean
Tabstop |
specifies that the control can be reached with the TAB key.
|
::com::sun::star::beans::XPropertySet
Column |
specifies the column descriptor where the values will be stored in.
|
::com::sun::star::sdbc::XConnection
ActiveConnection |
specifies the connection to a database.
|
Properties' Details |
Border
short Border;
- Description
- specifies the border style of the control.
0: No border
1: 3D border
2: simple border
|
|
Enabled
boolean Enabled;
- Description
- determines whether the control is enabled or disabled.
|
|
Tabstop
boolean Tabstop;
- Description
- specifies that the control can be reached with the TAB key.
|
|
Column
::com::sun::star::beans::XPropertySet Column;
- Description
- specifies the column descriptor where the values will be stored in.
|
|
ActiveConnection
::com::sun::star::sdbc::XConnection ActiveConnection;
- Description
- specifies the connection to a database.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.