'Declaration Public Property ListIndex As Integer
'Usage Dim instance As Setting Dim value As Integer instance.ListIndex = value value = instance.ListIndex
public int ListIndex {get; set;}
public: __property int get_ListIndex(); public: __property void set_ListIndex( int value );
public: property int ListIndex { int get(); void set ( int value); }
Setting Class Setting Members
©2014. Accusoft Corporation. All Rights Reserved.