Savoy Socket 詳細資料
Properties
Appearance
BorderStyle
Connect
IniFileName
IniSection
IPAddress
MyPortNumber
PortNumber
Server
Methods
AboutBox
Disconnect
LoadIniFile
Send
Setup
Events
Connected
Disconnected
Problem
Received
|
Gets or sets the value that determines the appearance of a SavoySocket 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
|
|