Swing SECS I Reference
Properties
Active
Appearance
BaudRate
BorderStyle
CommPort
DeviceID
IniFile
IniSection
Log
LogFile
Master
MSEC
Retry
Show
T1
T2
T3
T4
Methods
Config
LoadIni
Send
Events
Errors
Read
SelMsg
Written
|
Specify the appearance of window. If this property is 1, the window is shown as sunken style. This property is a persistent property.
Syntax
Return Value
Example
|
.Appearance = 0 ' flat
.Appearance = 1 ' sunken
|
|
m_secs.SetAppearance(0); // flat
m_secs.SetAppearance(1); // sunken
|
Remarks
See Also
|
|