wManager.Wow.Helpers Namespace
WRobot

PopUpPropertyGrid Constructor (Object, String, Boolean, Boolean)

Initializes a new instance of the PopUpPropertyGrid class.

Namespace:  robotManager.Helpful.Forms
Assembly:  robotManager (in robotManager.dll)

Syntax


public PopUpPropertyGrid(
	Object settings,
	string windowName,
	bool resizable,
	bool showInTaskbar
)
Public Sub New ( _
	settings As Object, _
	windowName As String, _
	resizable As Boolean, _
	showInTaskbar As Boolean _
)
public:
PopUpPropertyGrid(
	Object^ settings, 
	String^ windowName, 
	bool^ resizable, 
	bool^ showInTaskbar
)

Parameters

settings
Type: Object
The settings (options must be http://csharphelper.com/blog/2014/09/use-propertygrid-descriptions-and-categories-in-c/ ).
windowName
Type: String
Name of the window.
resizable
Type: Boolean
if set to true if resizable.
showInTaskbar
Type: Boolean
if set to true if show in taskbar.