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