Savoy SECS I 详细资料
Properties
Appearance
BaudRate
BorderStyle
Connect
DeviceID
IniFileName
IniSection
Log
LogBakCount
LogFileName
LogSize
LogVerbose
Master
MSEC
PortNumber
Retry
T1
T2
T3
T4
Methods
AboutBox
LoadIniFile
Send
Setup
Events
Problem
Received
Sent
|
Gets or sets whether the SavoySecsI control has a border.
0 | No border |
1 | Fixed single border |
Syntax
|
short GetBorderStyle()
void SetBorderStyle(short)
|
Return Value
Example
|
.BorderStyle = 0 ' no border
.BorderStyle = 1 ' with border
|
|
m_ctrl.SetBorderStyle(0); // no border
m_ctrl.SetBorderStyle(1); // with border
|
Remarks
Persistent property.
See Also
|
|