Microsoft SDK for Java

UIAccessRequest Class Constructors

The UIAccessRequest Class contains the following constructor:

UIAccessRequest(int accessType)

Creates a UIAccessRequest object based on a specified access type.

Syntax

public UIAccessRequest(int accessType);

Return Value

Returns a request object that indicates a request to access the specified UI feature.

Parameters

AccessType The type of access that is being requested. The value must be one of the following constants from the UIPermission class:

ALLOW_CLIPBOARD
ALLOW_TOPLEVELWINDOW
ALLOW_FILEDIALOG
ALLOW_EVENTQUEUEACCESS


© 1999 Microsoft Corporation. All rights reserved. Terms of use.