Property | Type | Description | |
---|---|---|---|
CanBind | bool | ||
GetOppositePosition | BindingPosition | ||
OnRegistered | void | ||
WindowManager_Unregistered | void |
Method | Description | |
---|---|---|
Bind ( IWindowElement master, IWindowElement slave, BindingPosition position, bool saveBinding = false ) : void | ||
GetBinding ( IWindowElement referential ) : ISpatialBinding | ||
PreviewBind ( IWindowElement target, IWindowElement origin, BindingPosition position ) : IBindResult | ||
PreviewUnbind ( IWindowElement target, IWindowElement origin ) : IBindResult | ||
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
Start ( ) : void | ||
Stop ( ) : void | ||
Teardown ( ) : void | ||
Unbind ( IWindowElement me, IWindowElement other, bool saveBinding = true ) : void | ||
WindowElementBinder ( ) : System |
Method | Description | |
---|---|---|
CanBind ( IWindowElement target, IWindowElement origin, BindingPosition position, SpatialBinding &targetSpatialBinding, SpatialBinding &originSpatialBinding ) : bool | ||
GetOppositePosition ( BindingPosition position ) : BindingPosition | ||
OnRegistered ( object sender, |
||
WindowManager_Unregistered ( object sender, |
public Bind ( IWindowElement master, IWindowElement slave, BindingPosition position, bool saveBinding = false ) : void | ||
master | IWindowElement | |
slave | IWindowElement | |
position | BindingPosition | |
saveBinding | bool | |
return | void |
public GetBinding ( IWindowElement referential ) : ISpatialBinding | ||
referential | IWindowElement | |
return | ISpatialBinding |
public PreviewBind ( IWindowElement target, IWindowElement origin, BindingPosition position ) : IBindResult | ||
target | IWindowElement | |
origin | IWindowElement | |
position | BindingPosition | |
return | IBindResult |
public PreviewUnbind ( IWindowElement target, IWindowElement origin ) : IBindResult | ||
target | IWindowElement | |
origin | IWindowElement | |
return | IBindResult |
public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
info | CK.Plugin.IPluginSetupInfo | |
return | bool |
public Unbind ( IWindowElement me, IWindowElement other, bool saveBinding = true ) : void | ||
me | IWindowElement | |
other | IWindowElement | |
saveBinding | bool | |
return | void |