TheNMIEngine..::..AddFormToThingUX Method (TheThing, TheFormInfo, String, String, Int32, Int32)
This method creates an NMI Form and adds it to the Dashboard specified in the first parameter
Namespace:
nsCDEngine.Engines.NMIServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static TheDashPanelInfo AddFormToThingUX( TheThing pOwnerThing, TheFormInfo pForm, string pClassName, string pFormTitle, int pOrder, int pFlags )
Public Shared Function AddFormToThingUX ( _ pOwnerThing As TheThing, _ pForm As TheFormInfo, _ pClassName As String, _ pFormTitle As String, _ pOrder As Integer, _ pFlags As Integer _ ) As TheDashPanelInfo
public: static TheDashPanelInfo^ AddFormToThingUX( TheThing^ pOwnerThing, TheFormInfo^ pForm, String^ pClassName, String^ pFormTitle, int^ pOrder, int^ pFlags )
Parameters
- pOwnerThing
- Type: nsCDEngine.Engines.ThingService..::..TheThing
The Onwer Thing of this Form
- pForm
- Type: nsCDEngine.Engines.NMIService..::..TheFormInfo
All the Form Parameter
- pClassName
- Type: String
Style ClassName
- pFormTitle
- Type: String
Caption of the Dashboard Icon
- pOrder
- Type: Int32
If the Dashpanel has multiple forms, this order sorts the forms
- pFlags
- Type: Int32
1=Show On Local Relay 2=Show on Cloud Relay 4=Hide on Mobile 8=Do not include with ShowAll