Interface IJCVisualWrapper
- Namespace
- MASES.JCOBridge.C2JBridge.J2CBridgeWrapper
- Assembly
- C2JBridge.dll
Internal interface used to control the behavior of the visual wrapper
public interface IJCVisualWrapper
- Extension Methods
Properties
ContainerHWND
The HWND of container
nint ContainerHWND { get; set; }
Property Value
IsWPF
True in case of WPF control
bool IsWPF { get; }
Property Value
ReferenceObject
The object referenced
object ReferenceObject { get; }
Property Value
Methods
Get(string)
Gets a property from the visual object
object Get(string fieldName)
Parameters
fieldName
string
Returns
Invoke(string, params object[])
Invokes a method on the visual object
object Invoke(string methodName, params object[] param)
Parameters
Returns
Lock()
Lock the visual wrapper
void Lock()
PositionAndResize(bool, int, int, int, int)
Method used to propagate changes on visibility, position and size
void PositionAndResize(bool isShowing, int x, int y, int width, int height)
Parameters
Release()
Release the visual wrapper
void Release()
Set(string, object)
Sets a property on the visual object
void Set(string fieldName, object value)
Parameters
Unlock()
Unlock the visual wrapper
void Unlock()