Difference between revisions of "RibbonCanvas.Register"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
 
m (4 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
| parameters=Name As String, ProductKey As String, SerialKey As Integer
 
| parameters=Name As String, ProductKey As String, SerialKey As Integer
 
| returntype=Boolean
 
| returntype=Boolean
 +
| version=1.2.5
 
| platform=all
 
| platform=all
 
}}
 
}}
Line 11: Line 12:
  
  
In order to register this control in your Application, you need to call this method only once.
+
In order to [[RibbonCanvas.Register|Register]] this control in your Application, you need to call this method only once.
If the RibbonCanvas is registered, the return Value is True. If the Serial Key does not match the Name, the return Value will be False.
+
If the RibbonCanvas is registered, the return [[RibbonCanvas.Value|Value]] is True. If the Serial Key does not match the ''Name'', the return Value will be False.

Latest revision as of 14:25, 6 August 2015

Method
RibbonCanvas.Register ( Name As String, ProductKey As String, SerialKey As Integer ) As Boolean


In order to Register this control in your Application, you need to call this method only once. If the RibbonCanvas is registered, the return Value is True. If the Serial Key does not match the Name, the return Value will be False.