Savoy SECS II リファレンス
プロパティ
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
メソッド
AboutBox
Reply
Reset
Verify
イベント
Ready
|
Gets or sets whether the SavoySecsII control has a border.
0 | No border |
1 | Fixed single border |
構文
|
short GetBorderStyle()
void SetBorderStyle(short)
|
戻り値
使用例
|
.BorderStyle = 0 ' no border
.BorderStyle = 1 ' with border
|
|
m_ctrl.SetBorderStyle(0); // no border
m_ctrl.SetBorderStyle(1); // with border
|
特記事項
Persistent property.
参照
|
|