| 
				 
					Savoy SECS I リファレンス
					  
					 
				 
				
					プロパティ 
					Appearance 
					BaudRate 
					BorderStyle 
					Connect 
					DeviceID 
					IniFileName 
					IniSection 
					Log 
					LogBakCount 
					LogFileName 
					LogSize 
					LogVerbose 
					Master 
					MSEC 
					PortNumber 
					Retry 
					T1 
					T2 
					T3 
					T4 
					 
					メソッド 
					AboutBox 
					LoadIniFile 
					Send 
					Setup 
					 
					イベント 
					Problem 
					Received 
					Sent 
				 
			 | 
			
				
	
		
			
				
				
				
				
					Gets or sets whether the SavoySecsI 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.
				 
				
				
 参照
 
					
				 
			 | 
		 
	 
			 |