'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines whether the popup may become the current active window.")> Public Property CanActivate As System.Boolean
'Usage
Dim instance As NPopup Dim value As System.Boolean instance.CanActivate = value value = instance.CanActivate
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether the popup may become the current active window.")] public System.bool CanActivate {get; set;}