All Packages

Package com.ms.wfc.app

Provides classes that encapsulate Windows application operations, such as threads, messaging, and access to the Clipboard and the registry.

Classes

Application

Provides static methods typically used in an application.

CharacterSet

Encapsulates the different character sets a Font object can use.

Clipboard

Encapsulates the Win32 system Clipboard.

DataFormats

Translates between WFC text-based Clipboard formats and Win32 integer-based Clipboard formats.

DataFormats.Format

Stores a format type.

DataObject

Defines a basic data transfer object.

Locale

Encapsulates the Win32 Locale Identifier (LCID).

Locale.CalendarType

Provides fields that represent the different calendars that can be used in a locale.

Locale.DateFormatOrder

Provides fields that specify various formats for ordering dates.

Locale.Languages

Provides fields that represent defined languages for Locale objects.

Locale.LeadingZeros

Provides fields for evaluating and specifying the leading zero settings for the Locale class.

Locale.MeasurementSystem

Provides fields for determining the measurement system used in a locale.

Locale.NegativeNumberMode

Provides fields that specify different ways to represent negative numbers.

Locale.OptionalCalendarType

Provides fields that specify optional calendar types.

Locale.PositiveCurrencyMode

Provides fields that specify different ways to represent positive currency.

Locale.Sort

Provides fields that specify different sorting IDs.

Locale.SubLanguages

Provides fields that specify different sublanguage IDs.

Message

Implements a Windows message.

Registry

Provides a set of constants for the root keys in the system registry.

RegistryKey

Provides methods that allow you to read and write to the system registry.

SendKeys

Provides methods for sending keystrokes to an application.

SpecialFolder

Provides fields that represent special system folders.

SystemInformation

Provides information about the operating system.

SystemInformation.ArrangeDirection

Defines constants used to denote the direction the operating system uses to arrange minimized windows.

SystemInformation.ArrangeStartingPosition

Defines constants used to denote the starting position the system uses to arrange minimized windows.

ThreadExceptionDialog

Implements a dialog box that is displayed when an unhandled exception occurs in a thread.

ThreadExceptionEvent

Implements a ThreadExceptionEvent object.

Time

Represents an element of time.

Timer

Implements the Timer control.

Version

Retrieves version information about the underlying operating system.

Window

Provides a low-level encapsulation of a window handle and a window procedure.

Interfaces

IDataObject

Provides a generic data transfer mechanism interface.

IMessageFilter

Defines a message filter interface.

Delegates

MethodInvoker

Invokes the handler method for the event that has occurred.

ThreadExceptionEventHandler

Invokes the handler method for the event that has occurred.