PadDescriptor(Type, String, String) Constructor |
Creates a pad descriptor for the specified pad type.
Namespace: Altaxo.Gui.WorkbenchAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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