McPanelsRemove Method (String)
|
|
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 (
key As String
) As Boolean
Parameters
- key
- Type: SystemString
key of the control
Return Value
Type:
BooleanTrue - if control was removed successfully.
Implements
IMcPanelsRemove(String)
Remarks
See Also