Background |
The BackgroundContextMenu type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CheckFileName | Check if given filename already exists in given path. If true, tries adding a (1), (2), (3) or (4). If they exist too, it returns an empty string. |
![]() | Dispose |
Releases the unmanaged resources used by the
ContextMenuStrip and optionally releases the managed
resources.
(Overrides ContextMenuStripDispose(Boolean)) |
![]() | OnOpening |
Raises the Opening event.
(Overrides ToolStripDropDownOnOpening(CancelEventArgs)) |
![]() | SetupMenuItems | Sets up the menu items. |
![]() ![]() | StartProcess | Run a command with the given arguments |
Name | Description | |
---|---|---|
![]() | GetSelfAndDescendants |
Returns a flattened collection of a control and all of its descendant controls.
(Defined by ExtensionMethods) |
![]() | HandleNeeded | A Control extension method that ensures that the handle for a control is created. (Defined by ExtensionMethods) |
![]() | ScaledPixels | An extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with. (Defined by ExtensionMethods) |
![]() | ScaleFont | A Control extension method that scales font according to the passed factor. (Defined by ExtensionMethods) |