Click or drag to resize

GadgetCommandPanelClass Constructor

Namespace:  MediaCy.Commands.Gadgets
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Sub New ( 
	parent As McCommand,
	Optional location As mcPanelLocation = mcPanelLocation.mcplRight,
	Optional undockedRect As Rectangle = Nothing,
	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
)

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand
location (Optional)
Type: MediaCy.IQL.ApplicationmcPanelLocation
undockedRect (Optional)
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
See Also