ProgrammaticActionOption Enum

Definition

This enumeration provides the options for invoking a programmatic action with the InvokeProgrammaticAction(ProgrammaticActionOption) method.

This enumeration supports a bitwise combination of its member values.

public enum class ProgrammaticActionOption
[System.Flags]
public enum ProgrammaticActionOption
[<System.Flags>]
type ProgrammaticActionOption = 
Public Enum ProgrammaticActionOption
Inheritance
ProgrammaticActionOption
Attributes

Fields

Collapse 1024

Collapses the element.

DefaultAction 256

Invokes the default action.

Expand 512

Expands the element.

MakeVisibleAndSelect 2048

Makes the element visible and selected.

None 0

Specifies that no action should occur.

RemoveSelection 4

Removes the selection from the element.

TakeFocus 1

Gives the element the focus.

TakeSelection 2

Selects the element.

Applies to