C-DEngine 5.105

TheNMIEngine..::..AddAboutButton Method (TheThing, Boolean, String, Int32, String)

Adds the standard about button to a plugin

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static TheFieldInfo AddAboutButton(
	TheThing pBaseThing,
	bool bIncludeRefreshDash,
	string pCustomCommand,
	int pACL,
	string pRefreshText
)
Public Shared Function AddAboutButton ( _
	pBaseThing As TheThing, _
	bIncludeRefreshDash As Boolean, _
	pCustomCommand As String, _
	pACL As Integer, _
	pRefreshText As String _
) As TheFieldInfo
public:
static TheFieldInfo^ AddAboutButton(
	TheThing^ pBaseThing, 
	bool^ bIncludeRefreshDash, 
	String^ pCustomCommand, 
	int^ pACL, 
	String^ pRefreshText
)

Parameters

pBaseThing
Type: nsCDEngine.Engines.ThingService..::..TheThing
bIncludeRefreshDash
Type: Boolean
pCustomCommand
Type: String
pACL
Type: Int32
pRefreshText
Type: String

Return Value