public bool AllowClipboardCommands { get; set; }Public Property AllowClipboardCommands As Boolean
Get
Setpublic:
property bool AllowClipboardCommands {
bool get ();
void set (bool value);
}member AllowClipboardCommands : bool with get, set