'Declaration Public Property Expanded As Boolean
'Declaration
Public Property Expanded As Boolean
'使用法 Dim instance As Group Dim value As Boolean instance.Expanded = value value = instance.Expanded
'使用法
Dim instance As Group Dim value As Boolean instance.Expanded = value value = instance.Expanded
public bool Expanded {get; set;}
Group クラス Group メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.