'Declaration Public Property Value As String
'Usage Dim instance As CheckBox Dim value As String instance.Value = value value = instance.Value
public string Value {get; set;}
public: __property string* get_Value(); public: __property void set_Value( string* value );
public: property String^ Value { String^ get(); void set ( String^ value); }
CheckBox Class CheckBox Members
©2017. Accusoft Corporation. All Rights Reserved.