Swing SECS I 详细资料
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 border style of window. If this property is 1, the window has border line. This property is a persistent property.
Syntax
Return Value
Example
|
.BorderStyle = 0 ' no border
.BorderStyle = 1 ' border
|
|
m_secs.SetBorderStyle(0); // no border
m_secs.SetBorderStyle(1); // border
|
Remarks
See Also
|
|