FormRowDisplayOption.affectedElementsByControl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
affectedElementsByControl() | |
affectedElementsByControl(Int32) | |
affectedElementsByControl(Int32, Object[]) |
affectedElementsByControl()
public:
virtual void affectedElementsByControl();
public virtual void affectedElementsByControl ();
abstract member affectedElementsByControl : unit -> unit
override this.affectedElementsByControl : unit -> unit
Public Overridable Sub affectedElementsByControl ()
Applies to
affectedElementsByControl(Int32)
public:
virtual void affectedElementsByControl(int num1);
public virtual void affectedElementsByControl (int num1);
abstract member affectedElementsByControl : int -> unit
override this.affectedElementsByControl : int -> unit
Public Overridable Sub affectedElementsByControl (num1 As Integer)
Parameters
- num1
- Int32
Applies to
affectedElementsByControl(Int32, Object[])
public:
virtual void affectedElementsByControl(int _controlId, cli::array <System::Object ^> ^ objArray1);
[Microsoft.Dynamics.Ax.Xpp.VarArgs]
public virtual void affectedElementsByControl (int _controlId, object[] objArray1);
[<Microsoft.Dynamics.Ax.Xpp.VarArgs>]
abstract member affectedElementsByControl : int * obj[] -> unit
override this.affectedElementsByControl : int * obj[] -> unit
Public Overridable Sub affectedElementsByControl (_controlId As Integer, objArray1 As Object())
Parameters
- _controlId
- Int32
- objArray1
- Object[]
- Attributes