[Missing <summary> documentation for "T:MiniSqlQuery.Core.Commands.SetRightPasteAroundSelectionCommand"]
| C# | Visual Basic | Visual C++ |
public class SetRightPasteAroundSelectionCommand : CommandBase
Public Class SetRightPasteAroundSelectionCommand _ Inherits CommandBase
public ref class SetRightPasteAroundSelectionCommand : public CommandBase
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SetRightPasteAroundSelectionCommand()()() | Initializes a new instance of the SetRightPasteAroundSelectionCommand class | |
| ActiveFormAsEditor |
Attempts to convert the current host windows active form to IEditor.
(Inherited from CommandBase.) | |
| ActiveFormAsSqlQueryEditor |
Attempts to convert the current host windows active form to IQueryEditor.
(Inherited from CommandBase.) | |
| Enabled |
Gets a value indicating whether this ICommand is enabled.
(Inherited from CommandBase.) | |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Execute()()() | (Overrides CommandBase.Execute()()().) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HostWindow |
Gets a reference to the host window.
(Inherited from CommandBase.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
The name of the command, used in menus and buttons.
(Inherited from CommandBase.) | |
| Services |
A reference to the application services to allow access to the other components.
(Inherited from CommandBase.) | |
| Settings |
Gets a reference to the application settings.
(Inherited from CommandBase.) | |
| ShortcutKeys |
Gets the menu shortcut keys for this command (e.g. Keys.F5).
(Inherited from CommandBase.) | |
| ShortcutKeysText |
Gets the shortcut key text to be displayed as help.
(Inherited from CommandBase.) | |
| SmallImage |
Gets the "small image" associated with this control (for use on buttons or menu items).
Use null (or Nothing in Visual Basic) if there is no image.
(Inherited from CommandBase.) | |
| ToString()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
| Object | ||
| CommandBase | ||
| SetRightPasteAroundSelectionCommand | ||