Version

SetMargin Method

Sets margins around the tool tip text in the tool tip window
Syntax
'Declaration
 
Public Sub SetMargin( _
   ByVal leftMargin As Integer, _
   ByVal rightMargin As Integer, _
   ByVal topMargin As Integer, _
   ByVal bottomMargin As Integer _
) 
public void SetMargin( 
   int leftMargin,
   int rightMargin,
   int topMargin,
   int bottomMargin
)

Parameters

leftMargin
indentation from left of tip window
rightMargin
indentation from right of tip window
topMargin
indentation from top of tip window
bottomMargin
indentation from bottom of tip window
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also