Version

ShouldShowOverflowIndicator Method (EmbeddableEditorOwnerBase)

Sets the out parameters to values relating to the overflow indicator's existence and if it should show a tooltip.
Syntax
'Declaration
 
Public Overridable Sub ShouldShowOverflowIndicator( _
   ByVal ownerContext As Object, _
   ByRef showOverflowIndicator As Boolean, _
   ByRef showToolTip As Boolean, _
   ByRef indicatorImage As Image _
) 
public virtual void ShouldShowOverflowIndicator( 
   object ownerContext,
   out bool showOverflowIndicator,
   out bool showToolTip,
   out Image indicatorImage
)

Parameters

ownerContext
Not used in this override.
showOverflowIndicator
Will be set to true if the overflow indicator should be shown.
showToolTip
Will be set to true if the overflow indicator should show a tooltip.
indicatorImage
Set to null by default.
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