  | PropertyManagerPageElementExGetSwControlT Method  | 
 
            Gets the underlying SOLIDWORKS Property Manager Page control
            
 
    Namespace: 
   CodeStack.SwEx.PMPage.Controls
    Assembly:
   CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntaxpublic static T GetSwControl<T>(
	this IPropertyManagerPageElementEx elem
)
<ExtensionAttribute>
Public Shared Function GetSwControl(Of T) ( 
	elem As IPropertyManagerPageElementEx
) As T
public:
[ExtensionAttribute]
generic<typename T>
static T GetSwControl(
	IPropertyManagerPageElementEx^ elem
)
Parameters
- elem
 - Type: CodeStack.SwEx.PMPage.ControlsIPropertyManagerPageElementEx
Property Manager Page element 
Type Parameters
- T
 - Type of control to return
 
Return Value
Type: 
TUnderlying control in the Property Manager Page
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
IPropertyManagerPageElementEx. When you use instance method syntax to call this method, omit the first parameter. For more information, see 
Extension Methods (Visual Basic) or 
Extension Methods (C# Programming Guide).
Exceptions
Remarks
See Also