Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMask Class / GcMask Constructor / GcMask Constructor(IContainer)
The container.


In This Topic
GcMask Constructor(IContainer)
In This Topic
Initializes a new instance of the GcMask class with a container type parameter.
Syntax
'Declaration
 
Public Function New( _
   ByVal container As IContainer _
)
 
'Usage
 
Dim container As IContainer
 
Dim instance As New GcMask(container)

Parameters

container
The container.
See Also