PickerField Interface

Definition

Represents the field definitions of sub-items in a PickerResult object. Each PickerField object represents a column definition of a Picker dialog.

public interface class PickerField : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03E0-0000-0000-C000-000000000046")]
public interface PickerField : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03E0-0000-0000-C000-000000000046")>]
type PickerField = interface
    interface _IMsoDispObj
Public Interface PickerField
Implements _IMsoDispObj
Attributes
Implements

Properties

Application

Gets a ObjectApplication object that represents the container application for the PickerField object.

Creator

Gets a 32-bit integer that indicates the application in which the PickerField object was created.

IsHidden

Gets a Boolean that specifies whether the Picker field is hidden.

Name

Gets the name of the Picker field.

Type

The type of the Picker field.

Applies to