summaryrefslogtreecommitdiffstats
path: root/src/activeqt/doc/snippets/doc_src_examples_activeqt_dotnet.qdoc
blob: f5e56592e3d4d9336c70545ece9cc9629ae129ea (plain)
1
2
3
4
5
6
7
// Copyright (C) 2015 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

//! [0]
' VB is case insensitive, but our C++ controls are not.
' Me.resetButton.enabled = True
//! [0]