Savoy SECS II 详细资料
Properties
Appearance
Async
BlockNumber
BorderStyle
DeviceID
Ebit
Error
ErrorDialog
Function
Host
HSMS
Msg
Node
NodeCount
NodeType
NodeValue
NodeValueHex
PType
Rbit
SessionID
SML
SourceID
Stream
SType
SuggestedReplyMsg
SystemBytes
TransactionID
Wbit
XML
Methods
AboutBox
Reply
Reset
Verify
Events
Ready
|
Gets or sets whether the SavoySecsII 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
|
|