'Declaration
Protected MustOverride Function CreateStateObject( _ ByVal stateId As System.String, _ ByVal imageControl As NImage _ ) As NStateObject
'Usage
Dim instance As NStateManager Dim stateId As System.String Dim imageControl As NImage Dim value As NStateObject value = instance.CreateStateObject(stateId, imageControl)
protected abstract NStateObject CreateStateObject( System.string stateId, NImage imageControl )
Parameters
- stateId
- imageControl