See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Designer.VSAddIn
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
protected PropertyGrid GetPropertyGrid(
	NNativeWindow window
)
Visual Basic
Protected Function GetPropertyGrid ( 
	window As NNativeWindow
) As PropertyGrid
Visual C++
protected:
PropertyGrid^ GetPropertyGrid(
	NNativeWindow^ window
)

Parameters

window
Type: NNativeWindow

Return Value

Type: PropertyGrid

See Also