Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DataValidationManager Class / YWindow Property


In This Topic
    YWindow Property (DataValidationManager)
    In This Topic
    Gets or sets the y-coordinate, relative to the application window, of the upper-left corner of the data validation input prompt, measured in pixels.
    Syntax
    'Declaration
     
    
    Public Property YWindow As Integer
    'Usage
     
    
    Dim instance As DataValidationManager
    Dim value As Integer
     
    instance.YWindow = value
     
    value = instance.YWindow
    public int YWindow {get; set;}
    See Also