System.ComponentModel.PropertyTabScope public enum PropertyTabScope Documentation Code namespace System.ComponentModel { public enum PropertyTabScope { Component = 3, Document = 2, Global = 1, Static = 0 } }