FormTimeControl.dataSource 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
dataSource(Object) | |
dataSource() |
Gets or sets a data source that will be used by the control or the form. |
dataSource(Object)
public:
virtual int dataSource(System::Object ^ _value);
public virtual int dataSource (object _value);
abstract member dataSource : obj -> int
override this.dataSource : obj -> int
Public Overridable Function dataSource (_value As Object) As Integer
Parameters
- _value
- Object
Returns
Applies to
dataSource()
Gets or sets a data source that will be used by the control or the form.
public:
virtual int dataSource();
public virtual int dataSource ();
abstract member dataSource : unit -> int
override this.dataSource : unit -> int
Public Overridable Function dataSource () As Integer
Returns
The identifier of the data source that will be used.