GraffitiSuite Docs
Docs
Graffiticlipboardbutton
Loading document parsing libraries...
# GraffitiClipboardButton Class Inherits GraffitiWebUIControl ## About A simple button control to address a singular need, and do it well: Copy a control's content to the user's clipboard. ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Enumerations | Name | Value | Description | | --- | :---: | --- | | ActionTypes | Copy <br > Paste | Supported action types. | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Open | (None) | (None) | (None) | | Shown | (None) | (None) | (None) | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Target | assigns value as GraffitiTextField | (None) | Sets the target. | | Target | assigns value as WebTextArea | (None) | Sets the target. | | Target | assigns value as WebTextField | (None) | Sets the target. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Action | ActionTypes | (None) | (None) | | Indicator | WebSDKUIControl.Indicators | (None) | (None) | | Opacity | Double | (None) | (None) |