McPanelsRemove Method (Control)
|
|
Remove control from the panels.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Function Remove (
control As Control
) As Boolean
Parameters
- control
- Type: System.Windows.FormsControl
control to remove
Return Value
Type:
BooleanTrue - if control was removed successfully.
Implements
IMcPanelsRemove(Control)
Remarks
See Also