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

Constructor

Namespace:  OfficeClip.BusinessLayer.Framework
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public AlphabetListItem(
	char alphabet,
	bool isPresent,
	bool isActive
)
Visual Basic (Declaration)
Public Sub New ( _
	alphabet As Char, _
	isPresent As Boolean, _
	isActive As Boolean _
)
Visual C++
public:
AlphabetListItem(
	wchar_t alphabet, 
	bool isPresent, 
	bool isActive
)

Parameters

alphabet
Type: System..::.Char
isPresent
Type: System..::.Boolean
isActive
Type: System..::.Boolean

See Also