FormControl.setNames(String, String) 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.
public:
virtual void setNames(System::String ^ elementName, System::String ^ formName);
public void setNames (string elementName, string formName);
abstract member setNames : string * string -> unit
override this.setNames : string * string -> unit
Public Sub setNames (elementName As String, formName As String)
Parameters
- elementName
- String
- formName
- String