FormTimeControl.posFromChar(Int32) 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 cli::array <System::Object ^> ^ posFromChar(int _charIndex);
public virtual object[] posFromChar (int _charIndex);
abstract member posFromChar : int -> obj[]
override this.posFromChar : int -> obj[]
Public Overridable Function posFromChar (_charIndex As Integer) As Object()
Parameters
- _charIndex
- Int32
Returns
Object[]