public bool UseSpreadDropDownButtonRender {get; set;}
'Declaration
Public Property UseSpreadDropDownButtonRender As Boolean
'使用法
Dim instance As InputManCellTypeBase
Dim value As Boolean
instance.UseSpreadDropDownButtonRender = value
value = instance.UseSpreadDropDownButtonRender
プロパティ値
Spread ドロップダウンボタンレンダラーによってドロップダウンボタンを描画する場合は
true
。それ以外の場合は
false
。