IndexButtonPosition Property
In This Topic
Property to get or set the position index of the button. Optional parameter.
Syntax
public int IndexButtonPosition {get; set;}
public:
property int IndexButtonPosition {
int get();
void set ( int value);
}
See Also