| 
					Swing SECS I リファレンス
					  
					
 
					プロパティActive
 Appearance
 BaudRate
 BorderStyle
 CommPort
 DeviceID
 IniFile
 IniSection
 Log
 LogFile
 Master
 MSEC
 Retry
 Show
 T1
 T2
 T3
 T4
 
 メソッド
 Config
 LoadIni
 Send
 
 イベント
 Errors
 Read
 SelMsg
 Written
 
 | 
		
			| 
Specify the border style of window.  If this property is 1, the window has border line.  This property is a persistent property.
 
 構文 
 
 戻り値 
 使用例 
|  |  
| 
.BorderStyle = 0  ' no border
 .BorderStyle = 1  ' border
 
 
 |  
 
|  |  
| 
m_secs.SetBorderStyle(0);  // no border
 m_secs.SetBorderStyle(1);  // border
 
 
 |  
 特記事項 
 参照 
					
				 |  |