| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal layoutManagerType As Type _ ) | |
| C# | |
|---|---|
public LayoutManagerAttribute( Type layoutManagerType ) | |
Parameters
- layoutManagerType
- The Type that provides rendering services for the component to which the attribute is bound.