Click or drag to resize
IAppManagerCreateAppButtonInfo Method
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppButtonInfo(System.String,System.String)"]

Namespace: ZU.Core.Apps
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
IAppButtonInfo CreateAppButtonInfo(
	string IconGeometryPath,
	string Tooltip
)

Parameters

IconGeometryPath
Type: SystemString

[Missing <param name="IconGeometryPath"/> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppButtonInfo(System.String,System.String)"]

Tooltip
Type: SystemString

[Missing <param name="Tooltip"/> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppButtonInfo(System.String,System.String)"]

Return Value

Type: IAppButtonInfo

[Missing <returns> documentation for "M:ZU.Core.Apps.IAppManager.CreateAppButtonInfo(System.String,System.String)"]

See Also