GrapeCity SPREAD for Windows Forms 11.0J
Size プロパティ (DropDown)


ドロップダウンウィンドウのサイズを取得または設定します。
構文
'Declaration
 
Public Overridable Property Size As Size
'使用法
 
Dim instance As DropDown
Dim value As Size
 
instance.Size = value
 
value = instance.Size
public virtual Size Size {get; set;}

プロパティ値

ドロップダウンウィンドウのサイズを示すSize値。
参照

DropDown クラス
DropDown メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.