See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Design.TypeIntellisense
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
protected override bool HasSelection(
	ListBox listControl
)
Visual Basic
Protected Overrides Function HasSelection ( 
	listControl As ListBox
) As Boolean
Visual C++
protected:
virtual bool HasSelection(
	ListBox^ listControl
) override

Parameters

listControl
Type: System.Windows.Forms..::..ListBox

Return Value

Type: Boolean

See Also