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