Savoy SECS I Reference
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 the value that determines the appearance of a SavoySecsI control.
Syntax
|
short GetAppearance()
void SetAppearance(short)
|
Return Value
Example
|
.Appearance = 0 ' flat
.Appearance = 1 ' sunken
|
|
m_ctrl.SetAppearance(0); // flat
m_ctrl.SetAppearance(1); // sunken
|
Remarks
Persistent property.
See Also
|
|