[This is preliminary documentation and is subject to change.]

Binds the default userinterface to the SvnClient using parentWindow as parent for the popup windows

Namespace:  SharpSvn.UI
Assembly:  SharpSvn.UI (in SharpSvn.UI.dll) Version: 1.4999.582.31705

Syntax

C#
public static void Bind(
	SvnClient svnClient,
	IWin32Window parentWindow,
	Image headerImage
)
Visual Basic (Declaration)
Public Shared Sub Bind ( _
	svnClient As SvnClient, _
	parentWindow As IWin32Window, _
	headerImage As Image _
)
Visual C++
public:
static void Bind(
	SvnClient^ svnClient, 
	IWin32Window^ parentWindow, 
	Image^ headerImage
)

Parameters

svnClient
Type: SharpSvn..::.SvnClient

[Missing <param name="svnClient"/> documentation for "M:SharpSvn.UI.SharpSvnUI.Bind(SharpSvn.SvnClient,System.Windows.Forms.IWin32Window,System.Drawing.Image)"]

parentWindow
Type: System.Windows.Forms..::.IWin32Window

[Missing <param name="parentWindow"/> documentation for "M:SharpSvn.UI.SharpSvnUI.Bind(SharpSvn.SvnClient,System.Windows.Forms.IWin32Window,System.Drawing.Image)"]

headerImage
Type: System.Drawing..::.Image

[Missing <param name="headerImage"/> documentation for "M:SharpSvn.UI.SharpSvnUI.Bind(SharpSvn.SvnClient,System.Windows.Forms.IWin32Window,System.Drawing.Image)"]

See Also