Gets or sets the selected custom mark controller.
Syntax
'Declaration
Public Property SelectedCustomMarkController As String
'Usage
Dim instance As ImGearPageViewToolbar
Dim value As String
instance.SelectedCustomMarkController = value
value = instance.SelectedCustomMarkController
public string SelectedCustomMarkController {get; set;}
public: __property string* get_SelectedCustomMarkController();
public: __property void set_SelectedCustomMarkController(
string* value
);
public:
property String^ SelectedCustomMarkController {
String^ get();
void set ( String^ value);
}
Property Value
String value.
See Also