Exemplo n.º 1
0
        private RECT _colRectangle; // HDITEM instance

        #endregion Fields

        #region Constructors

        /// <summary>
        /// Initializes a new instance of the <see cref="ColumnSizeInfoCollection"/> class. 
        /// Constructor this must be given the header instance for access to the Handle property so that messages can be sent to it.
        /// </summary>
        /// <param name="header">
        /// HeaderControl
        /// </param>
        public ColumnSizeInfoCollection(ListViewColumnHeader header)
        {
            this._header = header;
        }
Exemplo n.º 2
0
        private HDITEM _hdItem; // HDITEM instance

        #endregion Fields

        #region Constructors

        /// <summary>
        /// Initializes a new instance of the <see cref="ColumnNamesCollection"/> class. 
        /// Constructor this must be given the header instance for access to the Handle property so that messages can be sent to it.
        /// </summary>
        /// <param name="header">
        /// HeaderControl
        /// </param>
        public ColumnNamesCollection(ListViewColumnHeader header)
        {
            this._header = header;
        }
Exemplo n.º 3
0
        private HDTEXTFILTER _hdTextFilter; // HDTEXTFILTER instance

        #endregion Fields

        #region Constructors

        /// <summary>
        /// Initializes a new instance of the <see cref="ColumnFilterCollection"/> class. 
        /// Constructor this must be given the header instance for access to the Handle property so that messages can be sent to it.
        /// </summary>
        /// <param name="header">
        /// HeaderControl
        /// </param>
        public ColumnFilterCollection(ListViewColumnHeader header)
        {
            this._header = header;
        }
Exemplo n.º 4
0
        private HDITEM _hdItem; // HDITEM instance

        #endregion Fields

        #region Constructors

        /// <summary>
        /// Initializes a new instance of the <see cref="ColumnDataTypeCollection"/> class. 
        /// Constructor this must be given the header instance for access to the Handle property so that messages can be sent to it.
        /// </summary>
        /// <param name="header">
        /// HeaderControl
        /// </param>
        public ColumnDataTypeCollection(ListViewColumnHeader header)
        {
            this._header = header;
        }
Exemplo n.º 5
0
        private HDITEM _hdItem; // HDITEM instance

        #endregion Fields

        #region Constructors

        /// <summary>
        /// Initializes a new instance of the <see cref="ColumnAlignmentCollection"/> class. 
        /// Constructor this must be given the header instance for access to the Handle property so that messages can be sent to it.
        /// </summary>
        /// <param name="header">
        /// HeaderControl
        /// </param>
        public ColumnAlignmentCollection(ListViewColumnHeader header)
        {
            this._header = header;
        }