[]
Represents a set of elements displayed in the context menu.
[TypeConverter(typeof(UnsortedExpandableConverter))]
public class ContextMenuElements
Name | Description |
---|---|
CopyText | Gets the element for the CopyText action. |
DeselectAll | Gets the element for the DeselectAll action. |
FindText | Gets the element for the FindText action. |
SelectAll | Gets the element for the SelectAll action. |
SelectTextTool | Gets the element for the SelectTextTool action. |
ZoomIn | Gets the element for the ZoomIn action. |
ZoomOut | Gets the element for the ZoomOut action. |
Name | Description |
---|---|
ShouldSerializeCopyText() | Indicates whether the CopyText property should be serialized. |
ShouldSerializeDeselectAll() | Indicates whether the DeselectAll property should be serialized. |
ShouldSerializeFindText() | Indicates whether the FindText property should be serialized. |
ShouldSerializeSelectAll() | Indicates whether the SelectAll property should be serialized. |
ShouldSerializeSelectTextTool() | Indicates whether the SelectTextTool property should be serialized. |
ShouldSerializeZoomIn() | Indicates whether the ZoomIn property should be serialized. |
ShouldSerializeZoomOut() | Indicates whether the ZoomOut property should be serialized. |