Click or drag to resize

PadDescriptor(Type, String, String) Constructor

Creates a pad descriptor for the specified pad type.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PadDescriptor(
	Type padType,
	string title,
	string icon
)

Parameters

padType  Type
The type implementing the pad content.
title  String
The pad title.
icon  String
The icon resource name.
See Also