Aracılığıyla paylaş


FormTreeControl.expand Method

Definition

Overloads

expand(Int32)
expand(Int32, FormTreeExpand)

expand(Int32)

public:
 virtual int expand(int num1);
public virtual int expand (int num1);
abstract member expand : int -> int
override this.expand : int -> int
Public Overridable Function expand (num1 As Integer) As Integer

Parameters

num1
Int32

Returns

Applies to

expand(Int32, FormTreeExpand)

public:
 virtual int expand(int _Idx, Dynamics::AX::Application::FormTreeExpand _action);
public virtual int expand (int _Idx, Dynamics.AX.Application.FormTreeExpand _action);
abstract member expand : int * Dynamics.AX.Application.FormTreeExpand -> int
override this.expand : int * Dynamics.AX.Application.FormTreeExpand -> int
Public Overridable Function expand (_Idx As Integer, _action As FormTreeExpand) As Integer

Parameters

_Idx
Int32
_action
FormTreeExpand

Returns

Applies to