Click or drag to resize

IMcPanelsAdd Method (Control, String, String, mcPanelLocation, Rectangle, mcControlType, String, String, Object, mcPanelsOptions)

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Function Add ( 
	control As Control,
	key As String,
	caption As String,
	location As mcPanelLocation,
	undockedRect As Rectangle,
	Optional type As mcControlType = mcControlType.mcctUserControl,
	Optional tabKey As String = Nothing,
	Optional tabCaption As String = Nothing,
	Optional userParams As Object = Nothing,
	Optional options As mcPanelsOptions = mcPanelsOptions.mcpoNone
) As Boolean

Parameters

control
Type: System.Windows.FormsControl
key
Type: SystemString
caption
Type: SystemString
location
Type: MediaCy.IQL.ApplicationmcPanelLocation
undockedRect
Type: System.DrawingRectangle
type (Optional)
Type: mcControlType
tabKey (Optional)
Type: SystemString
tabCaption (Optional)
Type: SystemString
userParams (Optional)
Type: SystemObject
options (Optional)
Type: MediaCy.IQL.ApplicationmcPanelsOptions

Return Value

Type: Boolean
See Also